Shades of Blue Smoke #809285
Tints of Blue Smoke #809285
RGB
CMYK
RGB Variations
Color information
#809285 (or 0x809285) is known color: Blue Smoke. HEX triplet: 80, 92 and 85. RGB value is (128,146,133). Sum of RGB (Red+Green+Blue) = 128+146+133=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 146 - color contains mainly: green. Hex color #809285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809285 is #7F6D7A. Grayscale: #8B8B8B. Windows color (decimal): -8351099 or 8753792. OLE color: 8753792.
HSL color Cylindrical-coordinate representation of color #809285: hue angle of 136.67º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #809285 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 146 | 133 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.43 |
| HSL | 136.67º | 0.08% | 0.54% | - |
| HSV(B) | 136.67º | 0.12% | 0.57% | - |
| XYZ | 23.41 | 26.84 | 26.14 | - |
| YUV | 139.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 133 | 0.12 | 0 | 0.09 | 0.43 | 136.67 | 0.08 | 0.54 |
| Hex | 80 | 92 | 85 | C | 0 | 9 | 2B | 89 | 8 | 36 |
| Octal | 200 | 222 | 205 | 14 | 0 | 11 | 53 | 211 | 10 | 66 |
| Binary | 10000000 | 10010010 | 10000101 | 1100 | 0 | 1001 | 101011 | 10001001 | 1000 | 110110 |
Color Harmonies of #809285
Complementary color
Monochromatic Colors of #809285
Black with #809285
Text Example
Text Example
White with #809285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809285; }
p { color: rgb(128,146,133); }
H1.HeaderClassName
{
color: #809285;
}
.AnyTagClassName
{
color: #809285;
}
</style>
background-color css
<style>
a { background-color: #809285; }
a { background-color: rgb(128,146,133); }
div.DivClassName
{
background-color: #809285;
}
.BgClassName
{
background-color: #809285;
}
</style>
border-color css
<style>
span { border-color: #809285; }
span { border-color: rgb(128,146,133); }
td.TdClassName
{
border-color: #809285;
}
.TagClassName
{
border-color: #809285;
}
</style>