Shades of Blue Smoke #7F9284
Tints of Blue Smoke #7F9284
RGB
CMYK
RGB Variations
Color information
#7F9284 (or 0x7F9284) is known color: Blue Smoke. HEX triplet: 7F, 92 and 84. RGB value is (127,146,132). Sum of RGB (Red+Green+Blue) = 127+146+132=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 146 - color contains mainly: green. Hex color #7F9284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9284 is #806D7B. Grayscale: #8A8A8A. Windows color (decimal): -8416636 or 8688255. OLE color: 8688255.
HSL color Cylindrical-coordinate representation of color #7F9284: hue angle of 135.79º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F9284 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 146 | 132 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.43 |
| HSL | 135.79º | 0.08% | 0.54% | - |
| HSV(B) | 135.79º | 0.13% | 0.57% | - |
| XYZ | 23.2 | 26.74 | 25.77 | - |
| YUV | 138.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 132 | 0.13 | 0 | 0.10 | 0.43 | 135.79 | 0.08 | 0.54 |
| Hex | 7F | 92 | 84 | D | 0 | A | 2B | 88 | 8 | 36 |
| Octal | 177 | 222 | 204 | 15 | 0 | 12 | 53 | 210 | 10 | 66 |
| Binary | 1111111 | 10010010 | 10000100 | 1101 | 0 | 1010 | 101011 | 10001000 | 1000 | 110110 |
Color Harmonies of #7F9284
Complementary color
Monochromatic Colors of #7F9284
Black with #7F9284
Text Example
Text Example
White with #7F9284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9284; }
p { color: rgb(127,146,132); }
H1.HeaderClassName
{
color: #7F9284;
}
.AnyTagClassName
{
color: #7F9284;
}
</style>
background-color css
<style>
a { background-color: #7F9284; }
a { background-color: rgb(127,146,132); }
div.DivClassName
{
background-color: #7F9284;
}
.BgClassName
{
background-color: #7F9284;
}
</style>
border-color css
<style>
span { border-color: #7F9284; }
span { border-color: rgb(127,146,132); }
td.TdClassName
{
border-color: #7F9284;
}
.TagClassName
{
border-color: #7F9284;
}
</style>