Html Css Color HEX #879199 Light Slate Grey

📋 copy color: '#879199'

red 135 ◦ green 145 ◦ blue 153

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

Shades of Light Slate Grey #879199

Tints of Light Slate Grey #879199

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.49%

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

R = 31.18%
G = 33.49%
B = 35.33%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#879199 (or 0x879199) is known color: Light Slate Grey. HEX triplet: 87, 91 and 99. RGB value is (135,145,153). Sum of RGB (Red+Green+Blue) = 135+145+153=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 153 - color contains mainly: blue. Hex color #879199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879199 is #786E66. Grayscale: #8E8E8E. Windows color (decimal): -7892583 or 10064263. OLE color: 10064263.

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

Color convert

RGB 135 145 153 -
CMYK 0.12 0.05 0 0.4
HSL 206.67º 0.08% 0.56% -
HSV(B) 206.67º 0.12% 0.6% -
XYZ 25.87 27.7 34.12 -
YUV 142.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 135 145 153 0.12 0.05 0 0.4 206.67 0.08 0.56
Hex 87 91 99 C 5 0 28 CF 8 38
Octal 207 221 231 14 5 0 50 317 10 70
Binary 10000111 10010001 10011001 1100 101 0 101000 11001111 1000 111000

Color Harmonies of #879199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879199

Black with #879199

Text Example


Text Example

White with #879199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879199; }

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

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

background-color css

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

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

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

border-color css

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

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

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