#808DAC

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

Shades of Ship Cove #808DAC

Tints of Ship Cove #808DAC

Color information

#808DAC (or 0x808DAC) is unknown color: approx Ship Cove. HEX triplet: 80, 8D and AC. RGB value is (128,141,172). Sum of RGB (Red+Green+Blue) = 128+141+172=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #808DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808DAC is #7F7253. Grayscale: #8C8C8C. Windows color (decimal): -8352340 or 11308416. OLE color: 11308416.

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

Color convert

RGB128141172-
CMYK0.260.1800.33
HSL222.27º20.95%58.82%-
HSV(B)222.27º25.58%67.45%-
XYZ25.8726.6242.8-
YUV140.65145.69118.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.02%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=29.02%
G=31.97%
B=39.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281411720.260.1800.33222.2720.9558.82
Hex808DAC1A12021de153b
Octal20021525432220413362573
Binary100000001000110110101100110101001001000011101111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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