#7b86ae

Color #7B86AE Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #7B86AE

Tints of Ship Cove #7B86AE

Color information

#7B86AE (or 0x7B86AE) is unknown color: approx Ship Cove. HEX triplet: 7B, 86 and AE. RGB value is (123,134,174). Sum of RGB (Red+Green+Blue) = 123+134+174=431 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.54% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B86AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B86AE is #847951. Grayscale: #878787. Windows color (decimal): -8681810 or 11437691. OLE color: 11437691.

HSL color Cylindrical-coordinate representation of color #7B86AE: hue angle of 227.06º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B86AE is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB123134174-
CMYK0.290.2300.32
HSL227.06º23.94%58.24%-
HSV(B)227.06º29.31%68.24%-
XYZ24.3324.3243.46-
YUV135.27149.86119.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 28.54%
GREEN value IS 134 (52.73% from 255) = 31.09%
BLUE value IS 174 (68.36% from 255) = 40.37%
R=28.54%
G=31.09%
B=40.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1231341740.290.2300.32227.0623.9458.24
Hex7B86AE1D17020e3183a
Octal17320625635270403433072
Binary11110111000011010101110111011011101000001110001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b86ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7b86ae; }

 p { color: rgb(123,134,174); }

 H1.HeaderClassName
 {
   color: #7b86ae;
 }
 .AnyTagClassName
 {
   color: #7b86ae;
 }
</style>
background-color css

<style>
 a { background-color: #7b86ae; }

 a { background-color: rgb(123,134,174); }

 div.DivClassName
 {
   background-color: #7b86ae;
 }
 .BgClassName
 {
   background-color: #7b86ae;
 }
</style>
border-color css

<style>
 span { border-color: #7b86ae; }

 span { border-color: rgb(123,134,174); }

 td.TdClassName
 {
   border-color: #7b86ae;
 }
 .TagClassName
 {
   border-color: #7b86ae;
 }
</style>