#83868C

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

Shades of Light Slate Grey #83868C

Tints of Light Slate Grey #83868C

Color information

#83868C (or 0x83868C) is unknown color: approx Light Slate Grey. HEX triplet: 83, 86 and 8C. RGB value is (131,134,140). Sum of RGB (Red+Green+Blue) = 131+134+140=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 140 - color contains mainly: blue. Hex color #83868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83868C is #7C7973. Grayscale: #858585. Windows color (decimal): -8157556 or 9209475. OLE color: 9209475.

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

Color convert

RGB131134140-
CMYK0.060.0400.45
HSL220º3.77%53.14%-
HSV(B)220º6.43%54.9%-
XYZ22.6223.7728.21-
YUV133.79131.51126.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.35%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=32.35%
G=33.09%
B=34.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311341400.060.0400.452203.7753.14
Hex83868C6402Ddc435
Octal20320621464055334465
Binary100000111000011010001100110100010110111011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,134,140); }

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

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

 a { background-color: rgb(131,134,140); }

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

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

 span { border-color: rgb(131,134,140); }

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