#808DAE

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

Shades of Ship Cove #808DAE

Tints of Ship Cove #808DAE

Color information

#808DAE (or 0x808DAE) is unknown color: approx Ship Cove. HEX triplet: 80, 8D and AE. RGB value is (128,141,174). Sum of RGB (Red+Green+Blue) = 128+141+174=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #808DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808DAE is #7F7251. Grayscale: #8C8C8C. Windows color (decimal): -8352338 or 11439488. OLE color: 11439488.

HSL color Cylindrical-coordinate representation of color #808DAE: hue angle of 223.04º 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 #808DAE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB128141174-
CMYK0.260.1900.32
HSL223.04º22.12%59.22%-
HSV(B)223.04º26.44%68.24%-
XYZ26.0726.6943.82-
YUV140.88146.69118.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.89%
GREEN value IS 141 (55.47% from 255) = 31.83%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=28.89%
G=31.83%
B=39.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281411740.260.1900.32223.0422.1259.22
Hex808DAE1A13020df163b
Octal20021525632230403372673
Binary100000001000110110101110110101001101000001101111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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