#788EA9

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

Shades of Ship Cove #788EA9

Tints of Ship Cove #788EA9

Color information

#788EA9 (or 0x788EA9) is unknown color: approx Ship Cove. HEX triplet: 78, 8E and A9. RGB value is (120,142,169). Sum of RGB (Red+Green+Blue) = 120+142+169=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 169 - color contains mainly: blue. Hex color #788EA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788EA9 is #877156. Grayscale: #8A8A8A. Windows color (decimal): -8876375 or 11112056. OLE color: 11112056.

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

Color convert

RGB120142169-
CMYK0.290.1600.34
HSL213.06º22.17%56.67%-
HSV(B)213.06º28.99%66.27%-
XYZ24.5826.241.3-
YUV138.5145.21114.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.84%
GREEN value IS 142 (55.86% from 255) = 32.95%
BLUE value IS 169 (66.41% from 255) = 39.21%
R=27.84%
G=32.95%
B=39.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1201421690.290.1600.34213.0622.1756.67
Hex788EA91D10022d51639
Octal17021625135200423252671
Binary11110001000111010101001111011000001000101101010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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