Html Css Color HEX #788BAA Ship Cove

📋 copy color: '#788BAA'

red 120 ◦ green 139 ◦ blue 170

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

Shades of Ship Cove #788BAA

Tints of Ship Cove #788BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.4%

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

R = 27.97%
G = 32.4%
B = 39.63%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#788BAA (or 0x788BAA) is known color: Ship Cove. HEX triplet: 78, 8B and AA. RGB value is (120,139,170). Sum of RGB (Red+Green+Blue) = 120+139+170=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 170 - color contains mainly: blue. Hex color #788BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788BAA is #877455. Grayscale: #888888. Windows color (decimal): -8877142 or 11176824. OLE color: 11176824.

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

Color convert

RGB 120 139 170 -
CMYK 0.29 0.18 0 0.33
HSL 217.2º 0.23% 0.57% -
HSV(B) 217.2º 0.29% 0.67% -
XYZ 24.23 25.36 41.65 -
YUV 136.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 120 139 170 0.29 0.18 0 0.33 217.2 0.23 0.57
Hex 78 8B AA 1D 12 0 21 D9 17 39
Octal 170 213 252 35 22 0 41 331 27 71
Binary 1111000 10001011 10101010 11101 10010 0 100001 11011001 10111 111001

Color Harmonies of #788BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788BAA

Black with #788BAA

Text Example


Text Example

White with #788BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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