Html Css Color HEX #828194 Grey Suit

📋 copy color: '#828194'

red 130 ◦ green 129 ◦ blue 148

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

Shades of Grey Suit #828194

Tints of Grey Suit #828194

RGB

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

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

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

R = 31.94%
G = 31.7%
B = 36.36%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#828194 (or 0x828194) is known color: Grey Suit. HEX triplet: 82, 81 and 94. RGB value is (130,129,148). Sum of RGB (Red+Green+Blue) = 130+129+148=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 148 - color contains mainly: blue. Hex color #828194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828194 is #7D7E6B. Grayscale: #838383. Windows color (decimal): -8224364 or 9732482. OLE color: 9732482.

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

Color convert

RGB 130 129 148 -
CMYK 0.12 0.13 0 0.42
HSL 243.16º 0.08% 0.54% -
HSV(B) 243.16º 0.13% 0.58% -
XYZ 22.4 22.58 31.2 -
YUV 131.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 130 129 148 0.12 0.13 0 0.42 243.16 0.08 0.54
Hex 82 81 94 C D 0 2A F3 8 36
Octal 202 201 224 14 15 0 52 363 10 66
Binary 10000010 10000001 10010100 1100 1101 0 101010 11110011 1000 110110

Color Harmonies of #828194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828194

Black with #828194

Text Example


Text Example

White with #828194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828194; }

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

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

background-color css

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

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

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

border-color css

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

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

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