#878C94

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

Shades of Light Slate Grey #878C94

Tints of Light Slate Grey #878C94

Color information

#878C94 (or 0x878C94) is unknown color: approx Light Slate Grey. HEX triplet: 87, 8C and 94. RGB value is (135,140,148). Sum of RGB (Red+Green+Blue) = 135+140+148=423 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.91% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 148 - color contains mainly: blue. Hex color #878C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C94 is #78736B. Grayscale: #8B8B8B. Windows color (decimal): -7893868 or 9735303. OLE color: 9735303.

HSL color Cylindrical-coordinate representation of color #878C94: hue angle of 216.92º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #878C94 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB135140148-
CMYK0.090.0500.42
HSL216.92º5.73%55.49%-
HSV(B)216.92º8.78%58.04%-
XYZ24.7226.0531.74-
YUV139.42132.84124.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.91%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=31.91%
G=33.10%
B=34.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351401480.090.0500.42216.925.7355.49
Hex878C949502Ad9637
Octal207214224115052331667
Binary1000011110001100100101001001101010101011011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878C94; }

 p { color: rgb(135,140,148); }

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

<style>
 a { background-color: #878C94; }

 a { background-color: rgb(135,140,148); }

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

<style>
 span { border-color: #878C94; }

 span { border-color: rgb(135,140,148); }

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