#828C84

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

Shades of Blue Smoke #828C84

Tints of Blue Smoke #828C84

Color information

#828C84 (or 0x828C84) is unknown color: approx Blue Smoke. HEX triplet: 82, 8C and 84. RGB value is (130,140,132). Sum of RGB (Red+Green+Blue) = 130+140+132=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 140 - color contains mainly: green. Hex color #828C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828C84 is #7D737B. Grayscale: #888888. Windows color (decimal): -8221564 or 8686722. OLE color: 8686722.

HSL color Cylindrical-coordinate representation of color #828C84: hue angle of 132º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #828C84 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB130140132-
CMYK0.0700.060.45
HSL132º4.17%52.94%-
HSV(B)132º7.14%54.9%-
XYZ22.7525.1725.49-
YUV136.1125.69123.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 140 (55.08% from 255) = 34.83%
BLUE value IS 132 (51.95% from 255) = 32.84%
R=32.34%
G=34.83%
B=32.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301401320.0700.060.451324.1752.94
Hex828C847062D84435
Octal20221420470655204465
Binary100000101000110010000100111011010110110000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828C84; }

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

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

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

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

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

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

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

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