#808CAC

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

Shades of Ship Cove #808CAC

Tints of Ship Cove #808CAC

Color information

#808CAC (or 0x808CAC) is unknown color: approx Ship Cove. HEX triplet: 80, 8C and AC. RGB value is (128,140,172). Sum of RGB (Red+Green+Blue) = 128+140+172=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #808CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808CAC is #7F7353. Grayscale: #8B8B8B. Windows color (decimal): -8352596 or 11308160. OLE color: 11308160.

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

Color convert

RGB128140172-
CMYK0.260.1900.33
HSL223.64º20.95%58.82%-
HSV(B)223.64º25.58%67.45%-
XYZ25.7326.3242.75-
YUV140.06146.02119.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.09%
GREEN value IS 140 (55.08% from 255) = 31.82%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=29.09%
G=31.82%
B=39.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281401720.260.1900.33223.6420.9558.82
Hex808CAC1A13021e0153b
Octal20021425432230413402573
Binary100000001000110010101100110101001101000011110000010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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