Html Css Color HEX #858C99 Light Slate Grey

📋 copy color: '#858C99'

red 133 ◦ green 140 ◦ blue 153

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

Shades of Light Slate Grey #858C99

Tints of Light Slate Grey #858C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.86%

 BLUE value IS 153 (60.16% from 255) = 35.92%

R = 31.22%
G = 32.86%
B = 35.92%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#858C99 (or 0x858C99) is known color: Light Slate Grey. HEX triplet: 85, 8C and 99. RGB value is (133,140,153). Sum of RGB (Red+Green+Blue) = 133+140+153=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 153 - color contains mainly: blue. Hex color #858C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C99 is #7A7366. Grayscale: #8B8B8B. Windows color (decimal): -8024935 or 10062981. OLE color: 10062981.

HSL color Cylindrical-coordinate representation of color #858C99: hue angle of 219º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #858C99 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 140 153 -
CMYK 0.13 0.08 0 0.4
HSL 219º 0.09% 0.56% -
HSV(B) 219º 0.13% 0.6% -
XYZ 24.8 26.04 33.86 -
YUV 139.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 133 140 153 0.13 0.08 0 0.4 219 0.09 0.56
Hex 85 8C 99 D 8 0 28 DB 9 38
Octal 205 214 231 15 10 0 50 333 11 70
Binary 10000101 10001100 10011001 1101 1000 0 101000 11011011 1001 111000

Color Harmonies of #858C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858C99

Black with #858C99

Text Example


Text Example

White with #858C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,140,153); }

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

background-color css

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

 a { background-color: rgb(133,140,153); }

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

border-color css

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

 span { border-color: rgb(133,140,153); }

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