#878F97

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

Shades of Light Slate Grey #878F97

Tints of Light Slate Grey #878F97

Color information

#878F97 (or 0x878F97) is unknown color: approx Light Slate Grey. HEX triplet: 87, 8F and 97. RGB value is (135,143,151). Sum of RGB (Red+Green+Blue) = 135+143+151=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 151 - color contains mainly: blue. Hex color #878F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F97 is #787068. Grayscale: #8D8D8D. Windows color (decimal): -7893097 or 9932679. OLE color: 9932679.

HSL color Cylindrical-coordinate representation of color #878F97: hue angle of 210º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #878F97 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB135143151-
CMYK0.110.0500.41
HSL210º7.14%56.08%-
HSV(B)210º10.6%59.22%-
XYZ25.427.0333.16-
YUV141.52133.35123.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.47%
GREEN value IS 143 (56.25% from 255) = 33.33%
BLUE value IS 151 (59.38% from 255) = 35.20%
R=31.47%
G=33.33%
B=35.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351431510.110.0500.412107.1456.08
Hex878F97B5029d2738
Octal207217227135051322770
Binary1000011110001111100101111011101010100111010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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