Html Css Color HEX #788EAA Ship Cove

📋 copy color: '#788EAA'

red 120 ◦ green 142 ◦ blue 170

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

Shades of Ship Cove #788EAA

Tints of Ship Cove #788EAA

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.8% from 255) = 39.35%

R = 27.78%
G = 32.87%
B = 39.35%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

RGB 120 142 170 -
CMYK 0.29 0.16 0 0.33
HSL 213.6º 0.23% 0.57% -
HSV(B) 213.6º 0.29% 0.67% -
XYZ 24.67 26.24 41.79 -
YUV 138.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 120 142 170 0.29 0.16 0 0.33 213.6 0.23 0.57
Hex 78 8E AA 1D 10 0 21 D6 17 39
Octal 170 216 252 35 20 0 41 326 27 71
Binary 1111000 10001110 10101010 11101 10000 0 100001 11010110 10111 111001

Color Harmonies of #788EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788EAA

Black with #788EAA

Text Example


Text Example

White with #788EAA

Text Example


Text Example

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