#878E98

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

Shades of Light Slate Grey #878E98

Tints of Light Slate Grey #878E98

Color information

#878E98 (or 0x878E98) is unknown color: approx Light Slate Grey. HEX triplet: 87, 8E and 98. RGB value is (135,142,152). Sum of RGB (Red+Green+Blue) = 135+142+152=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 152 - color contains mainly: blue. Hex color #878E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E98 is #787167. Grayscale: #8D8D8D. Windows color (decimal): -7893352 or 9997959. OLE color: 9997959.

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

Color convert

RGB135142152-
CMYK0.110.0700.40
HSL215.29º7.62%56.27%-
HSV(B)215.29º11.18%59.61%-
XYZ25.3326.7633.54-
YUV141.05134.18123.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.47%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=31.47%
G=33.10%
B=35.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351421520.110.0700.40215.297.6256.27
Hex878E98B7028d7838
Octal2072162301370503271070
Binary10000111100011101001100010111110101000110101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,142,152); }

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

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

 a { background-color: rgb(135,142,152); }

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

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

 span { border-color: rgb(135,142,152); }

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