#829286

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

Shades of Blue Smoke #829286

Tints of Blue Smoke #829286

Color information

#829286 (or 0x829286) is unknown color: approx Blue Smoke. HEX triplet: 82, 92 and 86. RGB value is (130,146,134). Sum of RGB (Red+Green+Blue) = 130+146+134=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 146 - color contains mainly: green. Hex color #829286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829286 is #7D6D79. Grayscale: #8B8B8B. Windows color (decimal): -8220026 or 8819330. OLE color: 8819330.

HSL color Cylindrical-coordinate representation of color #829286: hue angle of 135º 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 #829286 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB130146134-
CMYK0.1100.080.43
HSL135º6.84%54.12%-
HSV(B)135º10.96%57.25%-
XYZ23.7927.0226.52-
YUV139.85124.7120.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.71%
GREEN value IS 146 (57.42% from 255) = 35.61%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=31.71%
G=35.61%
B=32.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301461340.1100.080.431356.8454.12
Hex829286B082B87736
Octal2022222061301053207766
Binary10000010100100101000011010110100010101110000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829286; }

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

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

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

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

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

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

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

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