Html Css Color HEX #858B96 Light Slate Grey

📋 copy color: '#858B96'

red 133 ◦ green 139 ◦ blue 150

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

Shades of Light Slate Grey #858B96

Tints of Light Slate Grey #858B96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.55%

R = 31.52%
G = 32.94%
B = 35.55%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#858B96 (or 0x858B96) is known color: Light Slate Grey. HEX triplet: 85, 8B and 96. RGB value is (133,139,150). Sum of RGB (Red+Green+Blue) = 133+139+150=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 150 - color contains mainly: blue. Hex color #858B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858B96 is #7A7469. Grayscale: #8A8A8A. Windows color (decimal): -8025194 or 9866117. OLE color: 9866117.

HSL color Cylindrical-coordinate representation of color #858B96: hue angle of 218.82º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #858B96 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 139 150 -
CMYK 0.11 0.07 0 0.41
HSL 218.82º 0.07% 0.55% -
HSV(B) 218.82º 0.11% 0.59% -
XYZ 24.41 25.65 32.52 -
YUV 138.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 133 139 150 0.11 0.07 0 0.41 218.82 0.07 0.55
Hex 85 8B 96 B 7 0 29 DB 7 37
Octal 205 213 226 13 7 0 51 333 7 67
Binary 10000101 10001011 10010110 1011 111 0 101001 11011011 111 110111

Color Harmonies of #858B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858B96

Black with #858B96

Text Example


Text Example

White with #858B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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