#81868E

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

Shades of Light Slate Grey #81868E

Tints of Light Slate Grey #81868E

Color information

#81868E (or 0x81868E) is unknown color: approx Light Slate Grey. HEX triplet: 81, 86 and 8E. RGB value is (129,134,142). Sum of RGB (Red+Green+Blue) = 129+134+142=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 142 - color contains mainly: blue. Hex color #81868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81868E is #7E7971. Grayscale: #858585. Windows color (decimal): -8288626 or 9340545. OLE color: 9340545.

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

Color convert

RGB129134142-
CMYK0.090.0600.44
HSL216.92º5.44%53.14%-
HSV(B)216.92º9.15%55.69%-
XYZ22.4623.6728.98-
YUV133.42132.84124.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.85%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 142 (55.86% from 255) = 35.06%
R=31.85%
G=33.09%
B=35.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291341420.090.0600.44216.925.4453.14
Hex81868E9602Cd9535
Octal201206216116054331565
Binary1000000110000110100011101001110010110011011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81868E; }

 p { color: rgb(129,134,142); }

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

<style>
 a { background-color: #81868E; }

 a { background-color: rgb(129,134,142); }

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

<style>
 span { border-color: #81868E; }

 span { border-color: rgb(129,134,142); }

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