#787EAB

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

Shades of Ship Cove #787EAB

Tints of Ship Cove #787EAB

Color information

#787EAB (or 0x787EAB) is unknown color: approx Ship Cove. HEX triplet: 78, 7E and AB. RGB value is (120,126,171). Sum of RGB (Red+Green+Blue) = 120+126+171=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #787EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787EAB is #878154. Grayscale: #818181. Windows color (decimal): -8880469 or 11239032. OLE color: 11239032.

HSL color Cylindrical-coordinate representation of color #787EAB: hue angle of 232.94º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #787EAB is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120126171-
CMYK0.300.2600.33
HSL232.94º23.29%57.06%-
HSV(B)232.94º29.82%67.06%-
XYZ22.5621.8641.56-
YUV129.34151.51121.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.78%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=28.78%
G=30.22%
B=41.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201261710.300.2600.33232.9423.2957.06
Hex787EAB1E1A021e91739
Octal17017625336320413512771
Binary1111000111111010101011111101101001000011110100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787EAB; }

 p { color: rgb(120,126,171); }

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

<style>
 a { background-color: #787EAB; }

 a { background-color: rgb(120,126,171); }

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

<style>
 span { border-color: #787EAB; }

 span { border-color: rgb(120,126,171); }

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