Html Css Color HEX #85909B Light Slate Grey

📋 copy color: '#85909B'

red 133 ◦ green 144 ◦ blue 155

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

Shades of Light Slate Grey #85909B

Tints of Light Slate Grey #85909B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 30.79%
G = 33.33%
B = 35.88%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#85909B (or 0x85909B) is known color: Light Slate Grey. HEX triplet: 85, 90 and 9B. RGB value is (133,144,155). Sum of RGB (Red+Green+Blue) = 133+144+155=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 155 - color contains mainly: blue. Hex color #85909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85909B is #7A6F64. Grayscale: #8D8D8D. Windows color (decimal): -8023909 or 10195077. OLE color: 10195077.

HSL color Cylindrical-coordinate representation of color #85909B: hue angle of 210º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85909B is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 144 155 -
CMYK 0.14 0.07 0 0.39
HSL 210º 0.1% 0.56% -
HSV(B) 210º 0.14% 0.61% -
XYZ 25.56 27.3 34.93 -
YUV 141.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 133 144 155 0.14 0.07 0 0.39 210 0.1 0.56
Hex 85 90 9B E 7 0 27 D2 A 38
Octal 205 220 233 16 7 0 47 322 12 70
Binary 10000101 10010000 10011011 1110 111 0 100111 11010010 1010 111000

Color Harmonies of #85909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85909B

Black with #85909B

Text Example


Text Example

White with #85909B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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