#87919B

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

Shades of Light Slate Grey #87919B

Tints of Light Slate Grey #87919B

Color information

#87919B (or 0x87919B) is unknown color: approx Light Slate Grey. HEX triplet: 87, 91 and 9B. RGB value is (135,145,155). Sum of RGB (Red+Green+Blue) = 135+145+155=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 155 - color contains mainly: blue. Hex color #87919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87919B is #786E64. Grayscale: #8F8F8F. Windows color (decimal): -7892581 or 10195335. OLE color: 10195335.

HSL color Cylindrical-coordinate representation of color #87919B: hue angle of 210º 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 #87919B is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB135145155-
CMYK0.130.0600.39
HSL210º9.09%56.86%-
HSV(B)210º12.9%60.78%-
XYZ26.0327.7735-
YUV143.15134.69122.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.03%
GREEN value IS 145 (57.03% from 255) = 33.33%
BLUE value IS 155 (60.94% from 255) = 35.63%
R=31.03%
G=33.33%
B=35.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351451550.130.0600.392109.0956.86
Hex87919BD6027d2939
Octal2072212331560473221171
Binary10000111100100011001101111011100100111110100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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