#879099

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

Shades of Light Slate Grey #879099

Tints of Light Slate Grey #879099

Color information

#879099 (or 0x879099) is unknown color: approx Light Slate Grey. HEX triplet: 87, 90 and 99. RGB value is (135,144,153). Sum of RGB (Red+Green+Blue) = 135+144+153=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 153 - color contains mainly: blue. Hex color #879099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879099 is #786F66. Grayscale: #8E8E8E. Windows color (decimal): -7892839 or 10064007. OLE color: 10064007.

HSL color Cylindrical-coordinate representation of color #879099: hue angle of 210º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #879099 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB135144153-
CMYK0.120.0600.4
HSL210º8.11%56.47%-
HSV(B)210º11.76%60%-
XYZ25.7127.434.07-
YUV142.33134.02122.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.25%
GREEN value IS 144 (56.64% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=31.25%
G=33.33%
B=35.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1351441530.120.0600.42108.1156.47
Hex879099C6028d2838
Octal2072202311460503221070
Binary10000111100100001001100111001100101000110100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879099; }

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

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

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

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

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

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

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

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