#87919A

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

Shades of Light Slate Grey #87919A

Tints of Light Slate Grey #87919A

Color information

#87919A (or 0x87919A) is unknown color: approx Light Slate Grey. HEX triplet: 87, 91 and 9A. RGB value is (135,145,154). Sum of RGB (Red+Green+Blue) = 135+145+154=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 154 - color contains mainly: blue. Hex color #87919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87919A is #786E65. Grayscale: #8E8E8E. Windows color (decimal): -7892582 or 10129799. OLE color: 10129799.

HSL color Cylindrical-coordinate representation of color #87919A: hue angle of 208.42º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #87919A is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB135145154-
CMYK0.120.0600.40
HSL208.42º8.6%56.67%-
HSV(B)208.42º12.34%60.39%-
XYZ25.9527.7334.56-
YUV143.04134.19122.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.11%
GREEN value IS 145 (57.03% from 255) = 33.41%
BLUE value IS 154 (60.55% from 255) = 35.48%
R=31.11%
G=33.41%
B=35.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351451540.120.0600.40208.428.656.67
Hex87919AC6028d0939
Octal2072212321460503201171
Binary10000111100100011001101011001100101000110100001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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