#80858D

Color #80858D Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #80858D

Tints of Light Slate Grey #80858D

Color information

#80858D (or 0x80858D) is unknown color: approx Light Slate Grey. HEX triplet: 80, 85 and 8D. RGB value is (128,133,141). Sum of RGB (Red+Green+Blue) = 128+133+141=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 141 - color contains mainly: blue. Hex color #80858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80858D is #7F7A72. Grayscale: #848484. Windows color (decimal): -8354419 or 9274752. OLE color: 9274752.

HSL color Cylindrical-coordinate representation of color #80858D: hue angle of 216.92º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #80858D is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB128133141-
CMYK0.090.0600.45
HSL216.92º5.39%52.75%-
HSV(B)216.92º9.22%55.29%-
XYZ22.123.2928.53-
YUV132.42132.84124.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.84%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=31.84%
G=33.08%
B=35.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281331410.090.0600.45216.925.3952.75
Hex80858D9602Dd9535
Octal200205215116055331565
Binary1000000010000101100011011001110010110111011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80858D; }

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

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

<style>
 a { background-color: #80858D; }

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

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

<style>
 span { border-color: #80858D; }

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

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