Shades of Blue Smoke #7F9382
Tints of Blue Smoke #7F9382
RGB
CMYK
RGB Variations
Color information
#7F9382 (or 0x7F9382) is known color: Blue Smoke. HEX triplet: 7F, 93 and 82. RGB value is (127,147,130). Sum of RGB (Red+Green+Blue) = 127+147+130=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9382 is #806C7D. Grayscale: #8B8B8B. Windows color (decimal): -8416382 or 8557439. OLE color: 8557439.
HSL color Cylindrical-coordinate representation of color #7F9382: hue angle of 129º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F9382 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 147 | 130 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.42 |
| HSL | 129º | 0.08% | 0.54% | - |
| HSV(B) | 129º | 0.14% | 0.58% | - |
| XYZ | 23.22 | 26.99 | 25.11 | - |
| YUV | 139.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 147 | 130 | 0.14 | 0 | 0.12 | 0.42 | 129 | 0.08 | 0.54 |
| Hex | 7F | 93 | 82 | E | 0 | C | 2A | 81 | 8 | 36 |
| Octal | 177 | 223 | 202 | 16 | 0 | 14 | 52 | 201 | 10 | 66 |
| Binary | 1111111 | 10010011 | 10000010 | 1110 | 0 | 1100 | 101010 | 10000001 | 1000 | 110110 |
Color Harmonies of #7F9382
Complementary color
Monochromatic Colors of #7F9382
Black with #7F9382
Text Example
Text Example
White with #7F9382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9382; }
p { color: rgb(127,147,130); }
H1.HeaderClassName
{
color: #7F9382;
}
.AnyTagClassName
{
color: #7F9382;
}
</style>
background-color css
<style>
a { background-color: #7F9382; }
a { background-color: rgb(127,147,130); }
div.DivClassName
{
background-color: #7F9382;
}
.BgClassName
{
background-color: #7F9382;
}
</style>
border-color css
<style>
span { border-color: #7F9382; }
span { border-color: rgb(127,147,130); }
td.TdClassName
{
border-color: #7F9382;
}
.TagClassName
{
border-color: #7F9382;
}
</style>