#788EAA

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

Shades of Ship Cove #788EAA

Tints of Ship Cove #788EAA

Color information

#788EAA (or 0x788EAA) is unknown color: approx Ship Cove. HEX triplet: 78, 8E and AA. RGB value is (120,142,170). Sum of RGB (Red+Green+Blue) = 120+142+170=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #788EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788EAA is #877155. Grayscale: #8A8A8A. Windows color (decimal): -8876374 or 11177592. OLE color: 11177592.

HSL color Cylindrical-coordinate representation of color #788EAA: hue angle of 213.6º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #788EAA is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB120142170-
CMYK0.290.1600.33
HSL213.6º22.73%56.86%-
HSV(B)213.6º29.41%66.67%-
XYZ24.6726.2441.79-
YUV138.61145.71114.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.78%
GREEN value IS 142 (55.86% from 255) = 32.87%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=27.78%
G=32.87%
B=39.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1201421700.290.1600.33213.622.7356.86
Hex788EAA1D10021d61739
Octal17021625235200413262771
Binary11110001000111010101010111011000001000011101011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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