Html Css Color HEX #878E99 Light Slate Grey

📋 copy color: '#878E99'

red 135 ◦ green 142 ◦ blue 153

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

Shades of Light Slate Grey #878E99

Tints of Light Slate Grey #878E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.58%

R = 31.4%
G = 33.02%
B = 35.58%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#878E99 (or 0x878E99) is known color: Light Slate Grey. HEX triplet: 87, 8E and 99. RGB value is (135,142,153). Sum of RGB (Red+Green+Blue) = 135+142+153=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 153 - color contains mainly: blue. Hex color #878E99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E99 is #787166. Grayscale: #8D8D8D. Windows color (decimal): -7893351 or 10063495. OLE color: 10063495.

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

Color convert

RGB 135 142 153 -
CMYK 0.12 0.07 0 0.4
HSL 216.67º 0.08% 0.56% -
HSV(B) 216.67º 0.12% 0.6% -
XYZ 25.41 26.8 33.97 -
YUV 141.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 135 142 153 0.12 0.07 0 0.4 216.67 0.08 0.56
Hex 87 8E 99 C 7 0 28 D9 8 38
Octal 207 216 231 14 7 0 50 331 10 70
Binary 10000111 10001110 10011001 1100 111 0 101000 11011001 1000 111000

Color Harmonies of #878E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878E99

Black with #878E99

Text Example


Text Example

White with #878E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #878E99;
 }
 .AnyTagClassName
 {
   color: #878E99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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