Html Css Color HEX #788AAA Ship Cove

📋 copy color: '#788AAA'

red 120 ◦ green 138 ◦ blue 170

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

Shades of Ship Cove #788AAA

Tints of Ship Cove #788AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.24%

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

R = 28.04%
G = 32.24%
B = 39.72%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#788AAA (or 0x788AAA) is known color: Ship Cove. HEX triplet: 78, 8A and AA. RGB value is (120,138,170). Sum of RGB (Red+Green+Blue) = 120+138+170=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #788AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788AAA is #877555. Grayscale: #888888. Windows color (decimal): -8877398 or 11176568. OLE color: 11176568.

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

Color convert

RGB 120 138 170 -
CMYK 0.29 0.19 0 0.33
HSL 218.4º 0.23% 0.57% -
HSV(B) 218.4º 0.29% 0.67% -
XYZ 24.09 25.07 41.6 -
YUV 136.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 120 138 170 0.29 0.19 0 0.33 218.4 0.23 0.57
Hex 78 8A AA 1D 13 0 21 DA 17 39
Octal 170 212 252 35 23 0 41 332 27 71
Binary 1111000 10001010 10101010 11101 10011 0 100001 11011010 10111 111001

Color Harmonies of #788AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788AAA

Black with #788AAA

Text Example


Text Example

White with #788AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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