#829287

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

Shades of Blue Smoke #829287

Tints of Blue Smoke #829287

Color information

#829287 (or 0x829287) is unknown color: approx Blue Smoke. HEX triplet: 82, 92 and 87. RGB value is (130,146,135). Sum of RGB (Red+Green+Blue) = 130+146+135=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 146 - color contains mainly: green. Hex color #829287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829287 is #7D6D78. Grayscale: #8B8B8B. Windows color (decimal): -8220025 or 8884866. OLE color: 8884866.

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

Color convert

RGB130146135-
CMYK0.1100.080.43
HSL138.75º6.84%54.12%-
HSV(B)138.75º10.96%57.25%-
XYZ23.8627.0526.89-
YUV139.96125.2120.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 135 (53.12% from 255) = 32.85%
R=31.63%
G=35.52%
B=32.85%

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
Decimal1301461350.1100.080.43138.756.8454.12
Hex829287B082B8b736
Octal2022222071301053213766
Binary10000010100100101000011110110100010101110001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829287; }

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

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

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

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

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

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

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

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