Html Css Color HEX #828199 Grey Suit

📋 copy color: '#828199'

red 130 ◦ green 129 ◦ blue 153

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

Shades of Grey Suit #828199

Tints of Grey Suit #828199

RGB

 RED value IS 130 (51.17% from 255) = 31.55%

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

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

R = 31.55%
G = 31.31%
B = 37.14%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#828199 (or 0x828199) is known color: Grey Suit. HEX triplet: 82, 81 and 99. RGB value is (130,129,153). Sum of RGB (Red+Green+Blue) = 130+129+153=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 153 - color contains mainly: blue. Hex color #828199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828199 is #7D7E66. Grayscale: #838383. Windows color (decimal): -8224359 or 10060162. OLE color: 10060162.

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

Color convert

RGB 130 129 153 -
CMYK 0.15 0.16 0 0.4
HSL 242.5º 0.11% 0.55% -
HSV(B) 242.5º 0.16% 0.6% -
XYZ 22.81 22.75 33.33 -
YUV 132.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 130 129 153 0.15 0.16 0 0.4 242.5 0.11 0.55
Hex 82 81 99 F 10 0 28 F2 B 37
Octal 202 201 231 17 20 0 50 362 13 67
Binary 10000010 10000001 10011001 1111 10000 0 101000 11110010 1011 110111

Color Harmonies of #828199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828199

Black with #828199

Text Example


Text Example

White with #828199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828199; }

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

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

background-color css

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

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

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

border-color css

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

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

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