Html Css Color HEX #788EA9 Ship Cove

📋 copy color: '#788EA9'

red 120 ◦ green 142 ◦ blue 169

#788EA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Cove #788EA9

Tints of Ship Cove #788EA9

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 value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#788EA9 (or 0x788EA9) is known color: 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

RGB 120 142 169 -
CMYK 0.29 0.16 0 0.34
HSL 213.06º 0.22% 0.57% -
HSV(B) 213.06º 0.29% 0.66% -
XYZ 24.58 26.2 41.3 -
YUV 138.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 120 142 169 0.29 0.16 0 0.34 213.06 0.22 0.57
Hex 78 8E A9 1D 10 0 22 D5 16 39
Octal 170 216 251 35 20 0 42 325 26 71
Binary 1111000 10001110 10101001 11101 10000 0 100010 11010101 10110 111001

Color Harmonies of #788EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788EA9

Black with #788EA9

Text Example


Text Example

White with #788EA9

Text Example


Text Example

HTML Codes & Css Web 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>