Html Css Color HEX #858D95 Light Slate Grey

📋 copy color: '#858D95'

red 133 ◦ green 141 ◦ blue 149

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

Shades of Light Slate Grey #858D95

Tints of Light Slate Grey #858D95

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.33%

 BLUE value IS 149 (58.59% from 255) = 35.22%

R = 31.44%
G = 33.33%
B = 35.22%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#858D95 (or 0x858D95) is known color: Light Slate Grey. HEX triplet: 85, 8D and 95. RGB value is (133,141,149). Sum of RGB (Red+Green+Blue) = 133+141+149=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 149 - color contains mainly: blue. Hex color #858D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858D95 is #7A726A. Grayscale: #8B8B8B. Windows color (decimal): -8024683 or 9801093. OLE color: 9801093.

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

Color convert

RGB 133 141 149 -
CMYK 0.11 0.05 0 0.42
HSL 210º 0.07% 0.55% -
HSV(B) 210º 0.11% 0.58% -
XYZ 24.62 26.21 32.19 -
YUV 139.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 133 141 149 0.11 0.05 0 0.42 210 0.07 0.55
Hex 85 8D 95 B 5 0 2A D2 7 37
Octal 205 215 225 13 5 0 52 322 7 67
Binary 10000101 10001101 10010101 1011 101 0 101010 11010010 111 110111

Color Harmonies of #858D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858D95

Black with #858D95

Text Example


Text Example

White with #858D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,141,149); }

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

background-color css

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

 a { background-color: rgb(133,141,149); }

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

border-color css

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

 span { border-color: rgb(133,141,149); }

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