#788eaf

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

Shades of Ship Cove #788EAF

Tints of Ship Cove #788EAF

Color information

#788EAF (or 0x788EAF) is unknown color: approx Ship Cove. HEX triplet: 78, 8E and AF. RGB value is (120,142,175). Sum of RGB (Red+Green+Blue) = 120+142+175=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #788EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788EAF is #877150. Grayscale: #8B8B8B. Windows color (decimal): -8876369 or 11505272. OLE color: 11505272.

HSL color Cylindrical-coordinate representation of color #788EAF: hue angle of 216º 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 #788EAF is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB120142175-
CMYK0.310.1900.31
HSL216º25.58%57.84%-
HSV(B)216º31.43%68.63%-
XYZ25.1626.4344.33-
YUV139.18148.21114.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.46%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=27.46%
G=32.49%
B=40.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201421750.310.1900.3121625.5857.84
Hex788EAF1F1301Fd81a3a
Octal17021625737230373303272
Binary1111000100011101010111111111100110111111101100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788eaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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