Html Css Color HEX #788AAF Ship Cove

📋 copy color: '#788AAF'

red 120 ◦ green 138 ◦ blue 175

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

Shades of Ship Cove #788AAF

Tints of Ship Cove #788AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 27.71%
G = 31.87%
B = 40.42%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#788AAF (or 0x788AAF) is known color: Ship Cove. HEX triplet: 78, 8A and AF. RGB value is (120,138,175). Sum of RGB (Red+Green+Blue) = 120+138+175=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 175 - color contains mainly: blue. Hex color #788AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788AAF is #877550. Grayscale: #888888. Windows color (decimal): -8877393 or 11504248. OLE color: 11504248.

HSL color Cylindrical-coordinate representation of color #788AAF: hue angle of 220.36º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #788AAF is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 138 175 -
CMYK 0.31 0.21 0 0.31
HSL 220.36º 0.26% 0.58% -
HSV(B) 220.36º 0.31% 0.69% -
XYZ 24.57 25.27 44.14 -
YUV 136.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 120 138 175 0.31 0.21 0 0.31 220.36 0.26 0.58
Hex 78 8A AF 1F 15 0 1F DC 1A 3A
Octal 170 212 257 37 25 0 37 334 32 72
Binary 1111000 10001010 10101111 11111 10101 0 11111 11011100 11010 111010

Color Harmonies of #788AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788AAF

Black with #788AAF

Text Example


Text Example

White with #788AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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