Html Css Color HEX #81858C Light Slate Grey

📋 copy color: '#81858C'

red 129 ◦ green 133 ◦ blue 140

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

Shades of Light Slate Grey #81858C

Tints of Light Slate Grey #81858C

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

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

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

RGB 129 133 140 -
CMYK 0.08 0.05 0 0.45
HSL 218.18º 0.05% 0.53% -
HSV(B) 218.18º 0.08% 0.55% -
XYZ 22.17 23.34 28.15 -
YUV 132.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 129 133 140 0.08 0.05 0 0.45 218.18 0.05 0.53
Hex 81 85 8C 8 5 0 2D DA 5 35
Octal 201 205 214 10 5 0 55 332 5 65
Binary 10000001 10000101 10001100 1000 101 0 101101 11011010 101 110101

Color Harmonies of #81858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81858C

Black with #81858C

Text Example


Text Example

White with #81858C

Text Example


Text Example

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