Html Css Color HEX #878E98 Light Slate Grey

📋 copy color: '#878E98'

red 135 ◦ green 142 ◦ blue 152

#878E98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #878E98

Tints of Light Slate Grey #878E98

RGB

 RED value IS 135 (53.13% from 255) = 31.47%

 GREEN value IS 142 (55.86% from 255) = 33.1%

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 31.47%
G = 33.1%
B = 35.43%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#878E98 (or 0x878E98) is known color: 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

RGB 135 142 152 -
CMYK 0.11 0.07 0 0.40
HSL 215.29º 0.08% 0.56% -
HSV(B) 215.29º 0.11% 0.6% -
XYZ 25.33 26.76 33.54 -
YUV 141.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 135 142 152 0.11 0.07 0 0.40 215.29 0.08 0.56
Hex 87 8E 98 B 7 0 28 D7 8 38
Octal 207 216 230 13 7 0 50 327 10 70
Binary 10000111 10001110 10011000 1011 111 0 101000 11010111 1000 111000

Color Harmonies of #878E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878E98

Black with #878E98

Text Example


Text Example

White with #878E98

Text Example


Text Example

HTML Codes & Css Web 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>