Html Css Color HEX #828099 Grey Suit

📋 copy color: '#828099'

red 130 ◦ green 128 ◦ blue 153

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

Shades of Grey Suit #828099

Tints of Grey Suit #828099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.14%

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

R = 31.63%
G = 31.14%
B = 37.23%

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

#828099 (or 0x828099) is known color: Grey Suit. HEX triplet: 82, 80 and 99. RGB value is (130,128,153). Sum of RGB (Red+Green+Blue) = 130+128+153=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: blue. Hex color #828099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828099 is #7D7F66. Grayscale: #838383. Windows color (decimal): -8224615 or 10059906. OLE color: 10059906.

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

Color convert

RGB 130 128 153 -
CMYK 0.15 0.16 0 0.4
HSL 244.8º 0.11% 0.55% -
HSV(B) 244.8º 0.16% 0.6% -
XYZ 22.67 22.48 33.28 -
YUV 131.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 130 128 153 0.15 0.16 0 0.4 244.8 0.11 0.55
Hex 82 80 99 F 10 0 28 F5 B 37
Octal 202 200 231 17 20 0 50 365 13 67
Binary 10000010 10000000 10011001 1111 10000 0 101000 11110101 1011 110111

Color Harmonies of #828099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828099

Black with #828099

Text Example


Text Example

White with #828099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828099; }

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

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

background-color css

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

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

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

border-color css

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

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

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