#787FAB

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

Shades of Ship Cove #787FAB

Tints of Ship Cove #787FAB

Color information

#787FAB (or 0x787FAB) is unknown color: approx Ship Cove. HEX triplet: 78, 7F and AB. RGB value is (120,127,171). Sum of RGB (Red+Green+Blue) = 120+127+171=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #787FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787FAB is #878054. Grayscale: #818181. Windows color (decimal): -8880213 or 11239288. OLE color: 11239288.

HSL color Cylindrical-coordinate representation of color #787FAB: hue angle of 231.76º 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 #787FAB is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120127171-
CMYK0.300.2600.33
HSL231.76º23.29%57.06%-
HSV(B)231.76º29.82%67.06%-
XYZ22.6922.1141.6-
YUV129.92151.18120.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.71%
GREEN value IS 127 (50% from 255) = 30.38%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=28.71%
G=30.38%
B=40.91%

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
Decimal1201271710.300.2600.33231.7623.2957.06
Hex787FAB1E1A021e81739
Octal17017725336320413502771
Binary1111000111111110101011111101101001000011110100010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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