#788CAF

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

Shades of Ship Cove #788CAF

Tints of Ship Cove #788CAF

Color information

#788CAF (or 0x788CAF) is unknown color: approx Ship Cove. HEX triplet: 78, 8C and AF. RGB value is (120,140,175). Sum of RGB (Red+Green+Blue) = 120+140+175=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 175 - color contains mainly: blue. Hex color #788CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788CAF is #877350. Grayscale: #898989. Windows color (decimal): -8876881 or 11504760. OLE color: 11504760.

HSL color Cylindrical-coordinate representation of color #788CAF: hue angle of 218.18º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #788CAF is Cyan = 0.31, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB120140175-
CMYK0.310.200.31
HSL218.18º25.58%57.84%-
HSV(B)218.18º31.43%68.63%-
XYZ24.8625.8444.24-
YUV138.01148.87115.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.59%
GREEN value IS 140 (55.08% from 255) = 32.18%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=27.59%
G=32.18%
B=40.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201401750.310.200.31218.1825.5857.84
Hex788CAF1F1401Fda1a3a
Octal17021425737240373323272
Binary1111000100011001010111111111101000111111101101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,140,175); }

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

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

 a { background-color: rgb(120,140,175); }

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

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

 span { border-color: rgb(120,140,175); }

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