#788FAB

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

Shades of Ship Cove #788FAB

Tints of Ship Cove #788FAB

Color information

#788FAB (or 0x788FAB) is unknown color: approx Ship Cove. HEX triplet: 78, 8F and AB. RGB value is (120,143,171). Sum of RGB (Red+Green+Blue) = 120+143+171=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #788FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788FAB is #877054. Grayscale: #8B8B8B. Windows color (decimal): -8876117 or 11243384. OLE color: 11243384.

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

Color convert

RGB120143171-
CMYK0.300.1600.33
HSL212.94º23.29%57.06%-
HSV(B)212.94º29.82%67.06%-
XYZ24.9226.5842.34-
YUV139.32145.88114.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.65%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=27.65%
G=32.95%
B=39.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201431710.300.1600.33212.9423.2957.06
Hex788FAB1E10021d51739
Octal17021725336200413252771
Binary11110001000111110101011111101000001000011101010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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