#87909D

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

Shades of Light Slate Grey #87909D

Tints of Light Slate Grey #87909D

Color information

#87909D (or 0x87909D) is unknown color: approx Light Slate Grey. HEX triplet: 87, 90 and 9D. RGB value is (135,144,157). Sum of RGB (Red+Green+Blue) = 135+144+157=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 157 - color contains mainly: blue. Hex color #87909D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87909D is #786F62. Grayscale: #8E8E8E. Windows color (decimal): -7892835 or 10326151. OLE color: 10326151.

HSL color Cylindrical-coordinate representation of color #87909D: hue angle of 215.45º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #87909D is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB135144157-
CMYK0.140.0800.38
HSL215.45º10.09%57.25%-
HSV(B)215.45º14.01%61.57%-
XYZ26.0527.5335.84-
YUV142.79136.02122.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.96%
GREEN value IS 144 (56.64% from 255) = 33.03%
BLUE value IS 157 (61.72% from 255) = 36.01%
R=30.96%
G=33.03%
B=36.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351441570.140.0800.38215.4510.0957.25
Hex87909DE8026d7a39
Octal20722023516100463271271
Binary100001111001000010011101111010000100110110101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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