#81858D

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

Shades of Light Slate Grey #81858D

Tints of Light Slate Grey #81858D

Color information

#81858D (or 0x81858D) is unknown color: approx Light Slate Grey. HEX triplet: 81, 85 and 8D. RGB value is (129,133,141). Sum of RGB (Red+Green+Blue) = 129+133+141=403 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.01% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 141 - color contains mainly: blue. Hex color #81858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81858D is #7E7A72. Grayscale: #848484. Windows color (decimal): -8288883 or 9274753. OLE color: 9274753.

HSL color Cylindrical-coordinate representation of color #81858D: hue angle of 220º 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 #81858D is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB129133141-
CMYK0.090.0600.45
HSL220º5%52.94%-
HSV(B)220º8.51%55.29%-
XYZ22.2523.3728.54-
YUV132.72132.67125.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.01%
GREEN value IS 133 (52.34% from 255) = 33.00%
BLUE value IS 141 (55.47% from 255) = 34.99%
R=32.01%
G=33.00%
B=34.99%

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
Decimal1291331410.090.0600.45220552.94
Hex81858D9602Ddc535
Octal201205215116055334565
Binary1000000110000101100011011001110010110111011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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