#829386

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

Shades of Blue Smoke #829386

Tints of Blue Smoke #829386

Color information

#829386 (or 0x829386) is unknown color: approx Blue Smoke. HEX triplet: 82, 93 and 86. RGB value is (130,147,134). Sum of RGB (Red+Green+Blue) = 130+147+134=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #829386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829386 is #7D6C79. Grayscale: #8C8C8C. Windows color (decimal): -8219770 or 8819586. OLE color: 8819586.

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

Color convert

RGB130147134-
CMYK0.1200.090.42
HSL134.12º7.3%54.31%-
HSV(B)134.12º11.56%57.65%-
XYZ23.9427.3326.57-
YUV140.44124.37120.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 147 (57.81% from 255) = 35.77%
BLUE value IS 134 (52.73% from 255) = 32.60%
R=31.63%
G=35.77%
B=32.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301471340.1200.090.42134.127.354.31
Hex829386C092A86736
Octal2022232061401152206766
Binary10000010100100111000011011000100110101010000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829386; }

 p { color: rgb(130,147,134); }

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

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

 a { background-color: rgb(130,147,134); }

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

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

 span { border-color: rgb(130,147,134); }

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