Html Css Color HEX #83868C Light Slate Grey

📋 copy color: '#83868C'

red 131 ◦ green 134 ◦ blue 140

#83868C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #83868C

Tints of Light Slate Grey #83868C

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 value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83868C (or 0x83868C) is known color: 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

RGB 131 134 140 -
CMYK 0.06 0.04 0 0.45
HSL 220º 0.04% 0.53% -
HSV(B) 220º 0.06% 0.55% -
XYZ 22.62 23.77 28.21 -
YUV 133.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 131 134 140 0.06 0.04 0 0.45 220 0.04 0.53
Hex 83 86 8C 6 4 0 2D DC 4 35
Octal 203 206 214 6 4 0 55 334 4 65
Binary 10000011 10000110 10001100 110 100 0 101101 11011100 100 110101

Color Harmonies of #83868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83868C

Black with #83868C

Text Example


Text Example

White with #83868C

Text Example


Text Example

HTML Codes & Css Web 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>