Html Css Color HEX #848199 Grey Suit

📋 copy color: '#848199'

red 132 ◦ green 129 ◦ blue 153

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

Shades of Grey Suit #848199

Tints of Grey Suit #848199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.16%

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

R = 31.88%
G = 31.16%
B = 36.96%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#848199 (or 0x848199) is known color: Grey Suit. HEX triplet: 84, 81 and 99. RGB value is (132,129,153). Sum of RGB (Red+Green+Blue) = 132+129+153=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 153 - color contains mainly: blue. Hex color #848199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848199 is #7B7E66. Grayscale: #848484. Windows color (decimal): -8093287 or 10060164. OLE color: 10060164.

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

Color convert

RGB 132 129 153 -
CMYK 0.14 0.16 0 0.4
HSL 247.5º 0.11% 0.55% -
HSV(B) 247.5º 0.16% 0.6% -
XYZ 23.12 22.91 33.34 -
YUV 132.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 132 129 153 0.14 0.16 0 0.4 247.5 0.11 0.55
Hex 84 81 99 E 10 0 28 F8 B 37
Octal 204 201 231 16 20 0 50 370 13 67
Binary 10000100 10000001 10011001 1110 10000 0 101000 11111000 1011 110111

Color Harmonies of #848199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848199

Black with #848199

Text Example


Text Example

White with #848199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848199; }

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

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

background-color css

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

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

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

border-color css

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

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

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