#81858C

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

Shades of Light Slate Grey #81858C

Tints of Light Slate Grey #81858C

Color information

#81858C (or 0x81858C) is unknown color: approx Light Slate Grey. HEX triplet: 81, 85 and 8C. RGB value is (129,133,140). Sum of RGB (Red+Green+Blue) = 129+133+140=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 140 - color contains mainly: blue. Hex color #81858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81858C is #7E7A73. Grayscale: #848484. Windows color (decimal): -8288884 or 9209217. OLE color: 9209217.

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

Color convert

RGB129133140-
CMYK0.080.0500.45
HSL218.18º4.56%52.75%-
HSV(B)218.18º7.86%54.9%-
XYZ22.1723.3428.15-
YUV132.6132.17125.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.09%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=32.09%
G=33.08%
B=34.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291331400.080.0500.45218.184.5652.75
Hex81858C8502Dda535
Octal201205214105055332565
Binary1000000110000101100011001000101010110111011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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