Html Css Color HEX #878C95 Light Slate Grey

📋 copy color: '#878C95'

red 135 ◦ green 140 ◦ blue 149

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

Shades of Light Slate Grey #878C95

Tints of Light Slate Grey #878C95

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.02%

 BLUE value IS 149 (58.59% from 255) = 35.14%

R = 31.84%
G = 33.02%
B = 35.14%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#878C95 (or 0x878C95) is known color: Light Slate Grey. HEX triplet: 87, 8C and 95. RGB value is (135,140,149). Sum of RGB (Red+Green+Blue) = 135+140+149=424 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.84% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 149 - color contains mainly: blue. Hex color #878C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878C95 is #78736A. Grayscale: #8B8B8B. Windows color (decimal): -7893867 or 9800839. OLE color: 9800839.

HSL color Cylindrical-coordinate representation of color #878C95: hue angle of 218.57º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #878C95 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 140 149 -
CMYK 0.09 0.06 0 0.42
HSL 218.57º 0.06% 0.56% -
HSV(B) 218.57º 0.09% 0.58% -
XYZ 24.79 26.08 32.16 -
YUV 139.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 135 140 149 0.09 0.06 0 0.42 218.57 0.06 0.56
Hex 87 8C 95 9 6 0 2A DB 6 38
Octal 207 214 225 11 6 0 52 333 6 70
Binary 10000111 10001100 10010101 1001 110 0 101010 11011011 110 111000

Color Harmonies of #878C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878C95

Black with #878C95

Text Example


Text Example

White with #878C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,140,149); }

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

background-color css

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

 a { background-color: rgb(135,140,149); }

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

border-color css

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

 span { border-color: rgb(135,140,149); }

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