#828984

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

Shades of Blue Smoke #828984

Tints of Blue Smoke #828984

Color information

#828984 (or 0x828984) is unknown color: approx Blue Smoke. HEX triplet: 82, 89 and 84. RGB value is (130,137,132). Sum of RGB (Red+Green+Blue) = 130+137+132=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 137 - color contains mainly: green. Hex color #828984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828984 is #7D767B. Grayscale: #868686. Windows color (decimal): -8222332 or 8685954. OLE color: 8685954.

HSL color Cylindrical-coordinate representation of color #828984: hue angle of 137.14º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #828984 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB130137132-
CMYK0.0500.040.46
HSL137.14º2.88%52.35%-
HSV(B)137.14º5.11%53.73%-
XYZ22.3224.325.34-
YUV134.34126.68124.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 137 (53.91% from 255) = 34.34%
BLUE value IS 132 (51.95% from 255) = 33.08%
R=32.58%
G=34.34%
B=33.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301371320.0500.040.46137.142.8852.35
Hex8289845042E89334
Octal20221120450456211364
Binary10000010100010011000010010101001011101000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828984; }

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

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

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

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

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

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

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

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