#829087

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

Shades of Blue Smoke #829087

Tints of Blue Smoke #829087

Color information

#829087 (or 0x829087) is unknown color: approx Blue Smoke. HEX triplet: 82, 90 and 87. RGB value is (130,144,135). Sum of RGB (Red+Green+Blue) = 130+144+135=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 144 - color contains mainly: green. Hex color #829087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829087 is #7D6F78. Grayscale: #8A8A8A. Windows color (decimal): -8220537 or 8884354. OLE color: 8884354.

HSL color Cylindrical-coordinate representation of color #829087: hue angle of 141.43º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #829087 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB130144135-
CMYK0.1000.060.44
HSL141.43º5.93%53.73%-
HSV(B)141.43º9.72%56.47%-
XYZ23.5526.4426.78-
YUV138.79125.86121.73-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 135 (53.12% from 255) = 33.01%
R=31.78%
G=35.21%
B=33.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301441350.1000.060.44141.435.9353.73
Hex829087A062C8d636
Octal202220207120654215666
Binary1000001010010000100001111010011010110010001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829087; }

 p { color: rgb(130,144,135); }

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

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

 a { background-color: rgb(130,144,135); }

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

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

 span { border-color: rgb(130,144,135); }

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