Html Css Color HEX #828094 Grey Suit

📋 copy color: '#828094'

red 130 ◦ green 128 ◦ blue 148

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

Shades of Grey Suit #828094

Tints of Grey Suit #828094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.45%

R = 32.02%
G = 31.53%
B = 36.45%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#828094 (or 0x828094) is known color: Grey Suit. HEX triplet: 82, 80 and 94. RGB value is (130,128,148). Sum of RGB (Red+Green+Blue) = 130+128+148=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 148 - color contains mainly: blue. Hex color #828094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828094 is #7D7F6B. Grayscale: #828282. Windows color (decimal): -8224620 or 9732226. OLE color: 9732226.

HSL color Cylindrical-coordinate representation of color #828094: hue angle of 246º 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 #828094 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 128 148 -
CMYK 0.12 0.14 0 0.42
HSL 246º 0.09% 0.54% -
HSV(B) 246º 0.14% 0.58% -
XYZ 22.27 22.32 31.15 -
YUV 130.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 130 128 148 0.12 0.14 0 0.42 246 0.09 0.54
Hex 82 80 94 C E 0 2A F6 9 36
Octal 202 200 224 14 16 0 52 366 11 66
Binary 10000010 10000000 10010100 1100 1110 0 101010 11110110 1001 110110

Color Harmonies of #828094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828094

Black with #828094

Text Example


Text Example

White with #828094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828094; }

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

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

background-color css

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

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

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

border-color css

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

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

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