#808CAD

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

Shades of Ship Cove #808CAD

Tints of Ship Cove #808CAD

Color information

#808CAD (or 0x808CAD) is unknown color: approx Ship Cove. HEX triplet: 80, 8C and AD. RGB value is (128,140,173). Sum of RGB (Red+Green+Blue) = 128+140+173=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #808CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808CAD is #7F7352. Grayscale: #8C8C8C. Windows color (decimal): -8352595 or 11373696. OLE color: 11373696.

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

Color convert

RGB128140173-
CMYK0.260.1900.32
HSL224º21.53%59.02%-
HSV(B)224º26.01%67.84%-
XYZ25.8226.3643.26-
YUV140.17146.52119.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.02%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=29.02%
G=31.75%
B=39.23%

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
Decimal1281401730.260.1900.3222421.5359.02
Hex808CAD1A13020e0163b
Octal20021425532230403402673
Binary100000001000110010101101110101001101000001110000010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,140,173); }

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

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

 a { background-color: rgb(128,140,173); }

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

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

 span { border-color: rgb(128,140,173); }

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