Html Css Color HEX #808EAB Ship Cove

📋 copy color: '#808EAB'

red 128 ◦ green 142 ◦ blue 171

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

Shades of Ship Cove #808EAB

Tints of Ship Cove #808EAB

RGB

 RED value IS 128 (50.39% from 255) = 29.02%

 GREEN value IS 142 (55.86% from 255) = 32.2%

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

R = 29.02%
G = 32.2%
B = 38.78%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#808EAB (or 0x808EAB) is known color: Ship Cove. HEX triplet: 80, 8E and AB. RGB value is (128,142,171). Sum of RGB (Red+Green+Blue) = 128+142+171=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #808EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808EAB is #7F7154. Grayscale: #8C8C8C. Windows color (decimal): -8352085 or 11243136. OLE color: 11243136.

HSL color Cylindrical-coordinate representation of color #808EAB: hue angle of 220.47º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #808EAB is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 142 171 -
CMYK 0.25 0.17 0 0.33
HSL 220.47º 0.2% 0.59% -
HSV(B) 220.47º 0.25% 0.67% -
XYZ 25.93 26.88 42.35 -
YUV 141.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 128 142 171 0.25 0.17 0 0.33 220.47 0.2 0.59
Hex 80 8E AB 19 11 0 21 DC 14 3B
Octal 200 216 253 31 21 0 41 334 24 73
Binary 10000000 10001110 10101011 11001 10001 0 100001 11011100 10100 111011

Color Harmonies of #808EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808EAB

Black with #808EAB

Text Example


Text Example

White with #808EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808EAB; }

 p { color: rgb(128,142,171); }

 H1.HeaderClassName
 {
   color: #808EAB;
 }
 .AnyTagClassName
 {
   color: #808EAB;
 }
</style>

background-color css

<style>
 a { background-color: #808EAB; }

 a { background-color: rgb(128,142,171); }

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

border-color css

<style>
 span { border-color: #808EAB; }

 span { border-color: rgb(128,142,171); }

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