Html Css Color HEX #849199 Light Slate Grey

📋 copy color: '#849199'

red 132 ◦ green 145 ◦ blue 153

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

Shades of Light Slate Grey #849199

Tints of Light Slate Grey #849199

RGB

 RED value IS 132 (51.95% from 255) = 30.7%

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

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

R = 30.7%
G = 33.72%
B = 35.58%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#849199 (or 0x849199) is known color: Light Slate Grey. HEX triplet: 84, 91 and 99. RGB value is (132,145,153). Sum of RGB (Red+Green+Blue) = 132+145+153=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 145 (57.03% from 255 or 33.72% 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 #849199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849199 is #7B6E66. Grayscale: #8D8D8D. Windows color (decimal): -8089191 or 10064260. OLE color: 10064260.

HSL color Cylindrical-coordinate representation of color #849199: hue angle of 202.86º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #849199 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 145 153 -
CMYK 0.14 0.05 0 0.4
HSL 202.86º 0.09% 0.56% -
HSV(B) 202.86º 0.14% 0.6% -
XYZ 25.39 27.46 34.1 -
YUV 142.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 132 145 153 0.14 0.05 0 0.4 202.86 0.09 0.56
Hex 84 91 99 E 5 0 28 CB 9 38
Octal 204 221 231 16 5 0 50 313 11 70
Binary 10000100 10010001 10011001 1110 101 0 101000 11001011 1001 111000

Color Harmonies of #849199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849199

Black with #849199

Text Example


Text Example

White with #849199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849199; }

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

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

background-color css

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

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

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

border-color css

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

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

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