Html Css Color HEX #85919E Light Slate Grey

📋 copy color: '#85919E'

red 133 ◦ green 145 ◦ blue 158

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

Shades of Light Slate Grey #85919E

Tints of Light Slate Grey #85919E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.26%

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 30.5%
G = 33.26%
B = 36.24%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85919E (or 0x85919E) is known color: Light Slate Grey. HEX triplet: 85, 91 and 9E. RGB value is (133,145,158). Sum of RGB (Red+Green+Blue) = 133+145+158=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 158 - color contains mainly: blue. Hex color #85919E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85919E is #7A6E61. Grayscale: #8E8E8E. Windows color (decimal): -8023650 or 10391941. OLE color: 10391941.

HSL color Cylindrical-coordinate representation of color #85919E: hue angle of 211.2º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #85919E is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 145 158 -
CMYK 0.16 0.08 0 0.38
HSL 211.2º 0.11% 0.57% -
HSV(B) 211.2º 0.16% 0.62% -
XYZ 25.97 27.71 36.33 -
YUV 142.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 133 145 158 0.16 0.08 0 0.38 211.2 0.11 0.57
Hex 85 91 9E 10 8 0 26 D3 B 39
Octal 205 221 236 20 10 0 46 323 13 71
Binary 10000101 10010001 10011110 10000 1000 0 100110 11010011 1011 111001

Color Harmonies of #85919E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85919E

Black with #85919E

Text Example


Text Example

White with #85919E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85919E; }

 p { color: rgb(133,145,158); }

 H1.HeaderClassName
 {
   color: #85919E;
 }
 .AnyTagClassName
 {
   color: #85919E;
 }
</style>

background-color css

<style>
 a { background-color: #85919E; }

 a { background-color: rgb(133,145,158); }

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

border-color css

<style>
 span { border-color: #85919E; }

 span { border-color: rgb(133,145,158); }

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