Html Css Color HEX #858B93 Light Slate Grey

📋 copy color: '#858B93'

red 133 ◦ green 139 ◦ blue 147

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

Shades of Light Slate Grey #858B93

Tints of Light Slate Grey #858B93

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.17%

 BLUE value IS 147 (57.81% from 255) = 35.08%

R = 31.74%
G = 33.17%
B = 35.08%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#858B93 (or 0x858B93) is known color: Light Slate Grey. HEX triplet: 85, 8B and 93. RGB value is (133,139,147). Sum of RGB (Red+Green+Blue) = 133+139+147=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 147 - color contains mainly: blue. Hex color #858B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858B93 is #7A746C. Grayscale: #8A8A8A. Windows color (decimal): -8025197 or 9669509. OLE color: 9669509.

HSL color Cylindrical-coordinate representation of color #858B93: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #858B93 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 139 147 -
CMYK 0.10 0.05 0 0.42
HSL 214.29º 0.06% 0.55% -
HSV(B) 214.29º 0.1% 0.58% -
XYZ 24.17 25.56 31.26 -
YUV 138.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 133 139 147 0.10 0.05 0 0.42 214.29 0.06 0.55
Hex 85 8B 93 A 5 0 2A D6 6 37
Octal 205 213 223 12 5 0 52 326 6 67
Binary 10000101 10001011 10010011 1010 101 0 101010 11010110 110 110111

Color Harmonies of #858B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B93

Black with #858B93

Text Example


Text Example

White with #858B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,139,147); }

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

background-color css

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

 a { background-color: rgb(133,139,147); }

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

border-color css

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

 span { border-color: rgb(133,139,147); }

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