#829284

Color #829284 Stack (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stack #829284

Tints of Stack #829284

Color information

#829284 (or 0x829284) is unknown color: approx Stack. HEX triplet: 82, 92 and 84. RGB value is (130,146,132). Sum of RGB (Red+Green+Blue) = 130+146+132=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 146 - color contains mainly: green. Hex color #829284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829284 is #7D6D7B. Grayscale: #8B8B8B. Windows color (decimal): -8220028 or 8688258. OLE color: 8688258.

HSL color Cylindrical-coordinate representation of color #829284: hue angle of 127.5º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #829284 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB130146132-
CMYK0.1100.100.43
HSL127.5º6.84%54.12%-
HSV(B)127.5º10.96%57.25%-
XYZ23.6526.9725.79-
YUV139.62123.7121.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=31.86%
G=35.78%
B=32.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301461320.1100.100.43127.56.8454.12
Hex829284B0A2B7f736
Octal2022222041301253177766
Binary1000001010010010100001001011010101010111111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829284; }

 p { color: rgb(130,146,132); }

 H1.HeaderClassName
 {
   color: #829284;
 }
 .AnyTagClassName
 {
   color: #829284;
 }
</style>
background-color css

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

 a { background-color: rgb(130,146,132); }

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

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

 span { border-color: rgb(130,146,132); }

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