#878F9A

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

Shades of Light Slate Grey #878F9A

Tints of Light Slate Grey #878F9A

Color information

#878F9A (or 0x878F9A) is unknown color: approx Light Slate Grey. HEX triplet: 87, 8F and 9A. RGB value is (135,143,154). Sum of RGB (Red+Green+Blue) = 135+143+154=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 154 - color contains mainly: blue. Hex color #878F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F9A is #787065. Grayscale: #8D8D8D. Windows color (decimal): -7893094 or 10129287. OLE color: 10129287.

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

Color convert

RGB135143154-
CMYK0.120.0700.40
HSL214.74º8.6%56.67%-
HSV(B)214.74º12.34%60.39%-
XYZ25.6527.1334.46-
YUV141.86134.85123.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.25%
GREEN value IS 143 (56.25% from 255) = 33.10%
BLUE value IS 154 (60.55% from 255) = 35.65%
R=31.25%
G=33.10%
B=35.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351431540.120.0700.40214.748.656.67
Hex878F9AC7028d7939
Octal2072172321470503271171
Binary10000111100011111001101011001110101000110101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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