Html Css Color HEX #788FAB Ship Cove

📋 copy color: '#788FAB'

red 120 ◦ green 143 ◦ blue 171

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

Shades of Ship Cove #788FAB

Tints of Ship Cove #788FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.4%

R = 27.65%
G = 32.95%
B = 39.4%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#788FAB (or 0x788FAB) is known color: Ship Cove. HEX triplet: 78, 8F and AB. RGB value is (120,143,171). Sum of RGB (Red+Green+Blue) = 120+143+171=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #788FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788FAB is #877054. Grayscale: #8B8B8B. Windows color (decimal): -8876117 or 11243384. OLE color: 11243384.

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

Color convert

RGB 120 143 171 -
CMYK 0.30 0.16 0 0.33
HSL 212.94º 0.23% 0.57% -
HSV(B) 212.94º 0.3% 0.67% -
XYZ 24.92 26.58 42.34 -
YUV 139.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 120 143 171 0.30 0.16 0 0.33 212.94 0.23 0.57
Hex 78 8F AB 1E 10 0 21 D5 17 39
Octal 170 217 253 36 20 0 41 325 27 71
Binary 1111000 10001111 10101011 11110 10000 0 100001 11010101 10111 111001

Color Harmonies of #788FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788FAB

Black with #788FAB

Text Example


Text Example

White with #788FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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