#808EAE

Color #808EAE Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #808EAE

Tints of Ship Cove #808EAE

Color information

#808EAE (or 0x808EAE) is unknown color: approx Ship Cove. HEX triplet: 80, 8E and AE. RGB value is (128,142,174). Sum of RGB (Red+Green+Blue) = 128+142+174=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #808EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808EAE is #7F7151. Grayscale: #8D8D8D. Windows color (decimal): -8352082 or 11439744. OLE color: 11439744.

HSL color Cylindrical-coordinate representation of color #808EAE: hue angle of 221.74º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #808EAE is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128142174-
CMYK0.260.1800.32
HSL221.74º22.12%59.22%-
HSV(B)221.74º26.44%68.24%-
XYZ26.2226.9943.87-
YUV141.46146.36118.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 142 (55.86% from 255) = 31.98%
BLUE value IS 174 (68.36% from 255) = 39.19%
R=28.83%
G=31.98%
B=39.19%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281421740.260.1800.32221.7422.1259.22
Hex808EAE1A12020de163b
Octal20021625632220403362673
Binary100000001000111010101110110101001001000001101111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #808EAE;
 }
 .AnyTagClassName
 {
   color: #808EAE;
 }
</style>
background-color css

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

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

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

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

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

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