Html Css Color HEX #828095 Grey Suit

📋 copy color: '#828095'

red 130 ◦ green 128 ◦ blue 149

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

Shades of Grey Suit #828095

Tints of Grey Suit #828095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 31.94%
G = 31.45%
B = 36.61%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#828095 (or 0x828095) is known color: Grey Suit. HEX triplet: 82, 80 and 95. RGB value is (130,128,149). Sum of RGB (Red+Green+Blue) = 130+128+149=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 149 - color contains mainly: blue. Hex color #828095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828095 is #7D7F6A. Grayscale: #828282. Windows color (decimal): -8224619 or 9797762. OLE color: 9797762.

HSL color Cylindrical-coordinate representation of color #828095: hue angle of 245.71º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #828095 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 128 149 -
CMYK 0.13 0.14 0 0.42
HSL 245.71º 0.09% 0.54% -
HSV(B) 245.71º 0.14% 0.58% -
XYZ 22.35 22.35 31.57 -
YUV 130.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 130 128 149 0.13 0.14 0 0.42 245.71 0.09 0.54
Hex 82 80 95 D E 0 2A F6 9 36
Octal 202 200 225 15 16 0 52 366 11 66
Binary 10000010 10000000 10010101 1101 1110 0 101010 11110110 1001 110110

Color Harmonies of #828095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828095

Black with #828095

Text Example


Text Example

White with #828095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828095; }

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

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

background-color css

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

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

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

border-color css

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

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

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