Shades of Blue Smoke #809185
Tints of Blue Smoke #809185
RGB
CMYK
RGB Variations
Color information
#809185 (or 0x809185) is known color: Blue Smoke. HEX triplet: 80, 91 and 85. RGB value is (128,145,133). Sum of RGB (Red+Green+Blue) = 128+145+133=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 145 - color contains mainly: green. Hex color #809185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809185 is #7F6E7A. Grayscale: #8A8A8A. Windows color (decimal): -8351355 or 8753536. OLE color: 8753536.
HSL color Cylindrical-coordinate representation of color #809185: hue angle of 137.65º degrees, saturation: 0.07, 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 #809185 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 133 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.43 |
| HSL | 137.65º | 0.07% | 0.54% | - |
| HSV(B) | 137.65º | 0.12% | 0.57% | - |
| XYZ | 23.26 | 26.53 | 26.09 | - |
| YUV | 138.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 133 | 0.12 | 0 | 0.08 | 0.43 | 137.65 | 0.07 | 0.54 |
| Hex | 80 | 91 | 85 | C | 0 | 8 | 2B | 8A | 7 | 36 |
| Octal | 200 | 221 | 205 | 14 | 0 | 10 | 53 | 212 | 7 | 66 |
| Binary | 10000000 | 10010001 | 10000101 | 1100 | 0 | 1000 | 101011 | 10001010 | 111 | 110110 |
Color Harmonies of #809185
Complementary color
Monochromatic Colors of #809185
Black with #809185
Text Example
Text Example
White with #809185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809185; }
p { color: rgb(128,145,133); }
H1.HeaderClassName
{
color: #809185;
}
.AnyTagClassName
{
color: #809185;
}
</style>
background-color css
<style>
a { background-color: #809185; }
a { background-color: rgb(128,145,133); }
div.DivClassName
{
background-color: #809185;
}
.BgClassName
{
background-color: #809185;
}
</style>
border-color css
<style>
span { border-color: #809185; }
span { border-color: rgb(128,145,133); }
td.TdClassName
{
border-color: #809185;
}
.TagClassName
{
border-color: #809185;
}
</style>