Html Css Color HEX #858A92 Light Slate Grey

📋 copy color: '#858A92'

red 133 ◦ green 138 ◦ blue 146

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

Shades of Light Slate Grey #858A92

Tints of Light Slate Grey #858A92

RGB

 RED value IS 133 (52.34% from 255) = 31.89%

 GREEN value IS 138 (54.3% from 255) = 33.09%

 BLUE value IS 146 (57.42% from 255) = 35.01%

R = 31.89%
G = 33.09%
B = 35.01%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#858A92 (or 0x858A92) is known color: Light Slate Grey. HEX triplet: 85, 8A and 92. RGB value is (133,138,146). Sum of RGB (Red+Green+Blue) = 133+138+146=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 146 - color contains mainly: blue. Hex color #858A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858A92 is #7A756D. Grayscale: #898989. Windows color (decimal): -8025454 or 9603717. OLE color: 9603717.

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

Color convert

RGB 133 138 146 -
CMYK 0.09 0.05 0 0.43
HSL 216.92º 0.06% 0.55% -
HSV(B) 216.92º 0.09% 0.57% -
XYZ 23.95 25.24 30.8 -
YUV 137.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 133 138 146 0.09 0.05 0 0.43 216.92 0.06 0.55
Hex 85 8A 92 9 5 0 2B D9 6 37
Octal 205 212 222 11 5 0 53 331 6 67
Binary 10000101 10001010 10010010 1001 101 0 101011 11011001 110 110111

Color Harmonies of #858A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A92

Black with #858A92

Text Example


Text Example

White with #858A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858A92; }

 p { color: rgb(133,138,146); }

 H1.HeaderClassName
 {
   color: #858A92;
 }
 .AnyTagClassName
 {
   color: #858A92;
 }
</style>

background-color css

<style>
 a { background-color: #858A92; }

 a { background-color: rgb(133,138,146); }

 div.DivClassName
 {
   background-color: #858A92;
 }
 .BgClassName
 {
   background-color: #858A92;
 }
</style>

border-color css

<style>
 span { border-color: #858A92; }

 span { border-color: rgb(133,138,146); }

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