Shades of Blue Smoke #818C84
Tints of Blue Smoke #818C84
RGB
CMYK
RGB Variations
Color information
#818C84 (or 0x818C84) is known color: Blue Smoke. HEX triplet: 81, 8C and 84. RGB value is (129,140,132). Sum of RGB (Red+Green+Blue) = 129+140+132=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 140 - color contains mainly: green. Hex color #818C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C84 is #7E737B. Grayscale: #878787. Windows color (decimal): -8287100 or 8686721. OLE color: 8686721.
HSL color Cylindrical-coordinate representation of color #818C84: hue angle of 136.36º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #818C84 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 140 | 132 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.45 |
| HSL | 136.36º | 0.05% | 0.53% | - |
| HSV(B) | 136.36º | 0.08% | 0.55% | - |
| XYZ | 22.6 | 25.09 | 25.48 | - |
| YUV | 135.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 140 | 132 | 0.08 | 0 | 0.06 | 0.45 | 136.36 | 0.05 | 0.53 |
| Hex | 81 | 8C | 84 | 8 | 0 | 6 | 2D | 88 | 5 | 35 |
| Octal | 201 | 214 | 204 | 10 | 0 | 6 | 55 | 210 | 5 | 65 |
| Binary | 10000001 | 10001100 | 10000100 | 1000 | 0 | 110 | 101101 | 10001000 | 101 | 110101 |
Color Harmonies of #818C84
Complementary color
Monochromatic Colors of #818C84
Black with #818C84
Text Example
Text Example
White with #818C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818C84; }
p { color: rgb(129,140,132); }
H1.HeaderClassName
{
color: #818C84;
}
.AnyTagClassName
{
color: #818C84;
}
</style>
background-color css
<style>
a { background-color: #818C84; }
a { background-color: rgb(129,140,132); }
div.DivClassName
{
background-color: #818C84;
}
.BgClassName
{
background-color: #818C84;
}
</style>
border-color css
<style>
span { border-color: #818C84; }
span { border-color: rgb(129,140,132); }
td.TdClassName
{
border-color: #818C84;
}
.TagClassName
{
border-color: #818C84;
}
</style>