Html Css Color HEX #878E96 Light Slate Grey

📋 copy color: '#878E96'

red 135 ◦ green 142 ◦ blue 150

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

Shades of Light Slate Grey #878E96

Tints of Light Slate Grey #878E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.13%

R = 31.62%
G = 33.26%
B = 35.13%

CMYK

 C value IS 0.1

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#878E96 (or 0x878E96) is known color: Light Slate Grey. HEX triplet: 87, 8E and 96. RGB value is (135,142,150). Sum of RGB (Red+Green+Blue) = 135+142+150=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 150 - color contains mainly: blue. Hex color #878E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E96 is #787169. Grayscale: #8C8C8C. Windows color (decimal): -7893354 or 9866887. OLE color: 9866887.

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

Color convert

RGB 135 142 150 -
CMYK 0.1 0.05 0 0.41
HSL 212º 0.07% 0.56% -
HSV(B) 212º 0.1% 0.59% -
XYZ 25.17 26.7 32.68 -
YUV 140.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 135 142 150 0.1 0.05 0 0.41 212 0.07 0.56
Hex 87 8E 96 A 5 0 29 D4 7 38
Octal 207 216 226 12 5 0 51 324 7 70
Binary 10000111 10001110 10010110 1010 101 0 101001 11010100 111 111000

Color Harmonies of #878E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878E96

Black with #878E96

Text Example


Text Example

White with #878E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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