Shades of Blue Smoke #809183
Tints of Blue Smoke #809183
RGB
CMYK
RGB Variations
Color information
#809183 (or 0x809183) is known color: Blue Smoke. HEX triplet: 80, 91 and 83. RGB value is (128,145,131). Sum of RGB (Red+Green+Blue) = 128+145+131=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 145 - color contains mainly: green. Hex color #809183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809183 is #7F6E7C. Grayscale: #8A8A8A. Windows color (decimal): -8351357 or 8622464. OLE color: 8622464.
HSL color Cylindrical-coordinate representation of color #809183: hue angle of 130.59º 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 #809183 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 145 | 131 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.43 |
| HSL | 130.59º | 0.07% | 0.54% | - |
| HSV(B) | 130.59º | 0.12% | 0.57% | - |
| XYZ | 23.12 | 26.48 | 25.36 | - |
| YUV | 138.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 131 | 0.12 | 0 | 0.10 | 0.43 | 130.59 | 0.07 | 0.54 |
| Hex | 80 | 91 | 83 | C | 0 | A | 2B | 83 | 7 | 36 |
| Octal | 200 | 221 | 203 | 14 | 0 | 12 | 53 | 203 | 7 | 66 |
| Binary | 10000000 | 10010001 | 10000011 | 1100 | 0 | 1010 | 101011 | 10000011 | 111 | 110110 |
Color Harmonies of #809183
Complementary color
Monochromatic Colors of #809183
Black with #809183
Text Example
Text Example
White with #809183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809183; }
p { color: rgb(128,145,131); }
H1.HeaderClassName
{
color: #809183;
}
.AnyTagClassName
{
color: #809183;
}
</style>
background-color css
<style>
a { background-color: #809183; }
a { background-color: rgb(128,145,131); }
div.DivClassName
{
background-color: #809183;
}
.BgClassName
{
background-color: #809183;
}
</style>
border-color css
<style>
span { border-color: #809183; }
span { border-color: rgb(128,145,131); }
td.TdClassName
{
border-color: #809183;
}
.TagClassName
{
border-color: #809183;
}
</style>