Html Css Color HEX #85909E Light Slate Grey

📋 copy color: '#85909E'

red 133 ◦ green 144 ◦ blue 158

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

Shades of Light Slate Grey #85909E

Tints of Light Slate Grey #85909E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.1%

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

R = 30.57%
G = 33.1%
B = 36.32%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85909E (or 0x85909E) is known color: Light Slate Grey. HEX triplet: 85, 90 and 9E. RGB value is (133,144,158). Sum of RGB (Red+Green+Blue) = 133+144+158=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 158 - color contains mainly: blue. Hex color #85909E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85909E is #7A6F61. Grayscale: #8E8E8E. Windows color (decimal): -8023906 or 10391685. OLE color: 10391685.

HSL color Cylindrical-coordinate representation of color #85909E: hue angle of 213.6º 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 #85909E is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 144 158 -
CMYK 0.16 0.09 0 0.38
HSL 213.6º 0.11% 0.57% -
HSV(B) 213.6º 0.16% 0.62% -
XYZ 25.82 27.4 36.28 -
YUV 142.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 133 144 158 0.16 0.09 0 0.38 213.6 0.11 0.57
Hex 85 90 9E 10 9 0 26 D6 B 39
Octal 205 220 236 20 11 0 46 326 13 71
Binary 10000101 10010000 10011110 10000 1001 0 100110 11010110 1011 111001

Color Harmonies of #85909E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85909E

Black with #85909E

Text Example


Text Example

White with #85909E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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