Html Css Color HEX #788FAA Ship Cove

📋 copy color: '#788FAA'

red 120 ◦ green 143 ◦ blue 170

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

Shades of Ship Cove #788FAA

Tints of Ship Cove #788FAA

RGB

 RED value IS 120 (47.27% from 255) = 27.71%

 GREEN value IS 143 (56.25% from 255) = 33.03%

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 27.71%
G = 33.03%
B = 39.26%

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

#788FAA (or 0x788FAA) is known color: Ship Cove. HEX triplet: 78, 8F and AA. RGB value is (120,143,170). Sum of RGB (Red+Green+Blue) = 120+143+170=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #788FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788FAA is #877055. Grayscale: #8B8B8B. Windows color (decimal): -8876118 or 11177848. OLE color: 11177848.

HSL color Cylindrical-coordinate representation of color #788FAA: hue angle of 212.4º 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 #788FAA is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 143 170 -
CMYK 0.29 0.16 0 0.33
HSL 212.4º 0.23% 0.57% -
HSV(B) 212.4º 0.29% 0.67% -
XYZ 24.82 26.54 41.84 -
YUV 139.2 145.38 114.3 -
System Red Green Blue C M Y K H S L
Decimal 120 143 170 0.29 0.16 0 0.33 212.4 0.23 0.57
Hex 78 8F AA 1D 10 0 21 D4 17 39
Octal 170 217 252 35 20 0 41 324 27 71
Binary 1111000 10001111 10101010 11101 10000 0 100001 11010100 10111 111001

Color Harmonies of #788FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788FAA

Black with #788FAA

Text Example


Text Example

White with #788FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #788FAA;
 }
 .AnyTagClassName
 {
   color: #788FAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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