Html Css Color HEX #788BAC Ship Cove

📋 copy color: '#788BAC'

red 120 ◦ green 139 ◦ blue 172

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

Shades of Ship Cove #788BAC

Tints of Ship Cove #788BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.91%

R = 27.84%
G = 32.25%
B = 39.91%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#788BAC (or 0x788BAC) is known color: Ship Cove. HEX triplet: 78, 8B and AC. RGB value is (120,139,172). Sum of RGB (Red+Green+Blue) = 120+139+172=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #788BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788BAC is #877453. Grayscale: #888888. Windows color (decimal): -8877140 or 11307896. OLE color: 11307896.

HSL color Cylindrical-coordinate representation of color #788BAC: hue angle of 218.08º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #788BAC is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 139 172 -
CMYK 0.30 0.19 0 0.33
HSL 218.08º 0.24% 0.57% -
HSV(B) 218.08º 0.3% 0.67% -
XYZ 24.42 25.44 42.65 -
YUV 137.08 147.71 115.82 -
System Red Green Blue C M Y K H S L
Decimal 120 139 172 0.30 0.19 0 0.33 218.08 0.24 0.57
Hex 78 8B AC 1E 13 0 21 DA 18 39
Octal 170 213 254 36 23 0 41 332 30 71
Binary 1111000 10001011 10101100 11110 10011 0 100001 11011010 11000 111001

Color Harmonies of #788BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788BAC

Black with #788BAC

Text Example


Text Example

White with #788BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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