Html Css Color HEX #788DAB Ship Cove

📋 copy color: '#788DAB'

red 120 ◦ green 141 ◦ blue 171

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

Shades of Ship Cove #788DAB

Tints of Ship Cove #788DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.64%

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

R = 27.78%
G = 32.64%
B = 39.58%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#788DAB (or 0x788DAB) is known color: Ship Cove. HEX triplet: 78, 8D and AB. RGB value is (120,141,171). Sum of RGB (Red+Green+Blue) = 120+141+171=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 141 (55.47% from 255 or 32.64% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #788DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788DAB is #877254. Grayscale: #8A8A8A. Windows color (decimal): -8876629 or 11242872. OLE color: 11242872.

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

Color convert

RGB 120 141 171 -
CMYK 0.30 0.18 0 0.33
HSL 215.29º 0.23% 0.57% -
HSV(B) 215.29º 0.3% 0.67% -
XYZ 24.62 25.98 42.25 -
YUV 138.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 120 141 171 0.30 0.18 0 0.33 215.29 0.23 0.57
Hex 78 8D AB 1E 12 0 21 D7 17 39
Octal 170 215 253 36 22 0 41 327 27 71
Binary 1111000 10001101 10101011 11110 10010 0 100001 11010111 10111 111001

Color Harmonies of #788DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788DAB

Black with #788DAB

Text Example


Text Example

White with #788DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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