#87909B

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

Shades of Light Slate Grey #87909B

Tints of Light Slate Grey #87909B

Color information

#87909B (or 0x87909B) is unknown color: approx Light Slate Grey. HEX triplet: 87, 90 and 9B. RGB value is (135,144,155). Sum of RGB (Red+Green+Blue) = 135+144+155=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 155 - color contains mainly: blue. Hex color #87909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87909B is #786F64. Grayscale: #8E8E8E. Windows color (decimal): -7892837 or 10195079. OLE color: 10195079.

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

Color convert

RGB135144155-
CMYK0.130.0700.39
HSL213º9.09%56.86%-
HSV(B)213º12.9%60.78%-
XYZ25.8827.4634.95-
YUV142.56135.02122.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.11%
GREEN value IS 144 (56.64% from 255) = 33.18%
BLUE value IS 155 (60.94% from 255) = 35.71%
R=31.11%
G=33.18%
B=35.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351441550.130.0700.392139.0956.86
Hex87909BD7027d5939
Octal2072202331570473251171
Binary10000111100100001001101111011110100111110101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #87909B;
 }
 .AnyTagClassName
 {
   color: #87909B;
 }
</style>
background-color css

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

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

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

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

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

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