#87909A

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

Shades of Light Slate Grey #87909A

Tints of Light Slate Grey #87909A

Color information

#87909A (or 0x87909A) is unknown color: approx Light Slate Grey. HEX triplet: 87, 90 and 9A. RGB value is (135,144,154). Sum of RGB (Red+Green+Blue) = 135+144+154=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 154 - color contains mainly: blue. Hex color #87909A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87909A is #786F65. Grayscale: #8E8E8E. Windows color (decimal): -7892838 or 10129543. OLE color: 10129543.

HSL color Cylindrical-coordinate representation of color #87909A: hue angle of 211.58º 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 #87909A is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB135144154-
CMYK0.120.0600.40
HSL211.58º8.6%56.67%-
HSV(B)211.58º12.34%60.39%-
XYZ25.827.4334.51-
YUV142.45134.52122.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.18%
GREEN value IS 144 (56.64% from 255) = 33.26%
BLUE value IS 154 (60.55% from 255) = 35.57%
R=31.18%
G=33.26%
B=35.57%

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
Decimal1351441540.120.0600.40211.588.656.67
Hex87909AC6028d4939
Octal2072202321460503241171
Binary10000111100100001001101011001100101000110101001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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