#85909B

Color #85909B Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #85909B

Tints of Light Slate Grey #85909B

Color information

#85909B (or 0x85909B) is unknown color: approx 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

RGB133144155-
CMYK0.140.0700.39
HSL210º9.91%56.47%-
HSV(B)210º14.19%60.78%-
XYZ25.5627.334.93-
YUV141.96135.36121.61-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331441550.140.0700.392109.9156.47
Hex85909BE7027d2a38
Octal2052202331670473221270
Binary10000101100100001001101111101110100111110100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>