Shades of Blue Smoke #7F8280
Tints of Blue Smoke #7F8280
RGB
CMYK
RGB Variations
Color information
#7F8280 (or 0x7F8280) is known color: Blue Smoke. HEX triplet: 7F, 82 and 80. RGB value is (127,130,128). Sum of RGB (Red+Green+Blue) = 127+130+128=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 130 - color contains mainly: green. Hex color #7F8280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8280 is #807D7F. Grayscale: #808080. Windows color (decimal): -8420736 or 8422015. OLE color: 8422015.
HSL color Cylindrical-coordinate representation of color #7F8280: hue angle of 140º degrees, saturation: 0.01, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7F8280 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 130 | 128 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.49 |
| HSL | 140º | 0.01% | 0.5% | - |
| HSV(B) | 140º | 0.02% | 0.51% | - |
| XYZ | 20.63 | 22.04 | 23.59 | - |
| YUV | 128.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 130 | 128 | 0.02 | 0 | 0.02 | 0.49 | 140 | 0.01 | 0.5 |
| Hex | 7F | 82 | 80 | 2 | 0 | 2 | 31 | 8C | 1 | 32 |
| Octal | 177 | 202 | 200 | 2 | 0 | 2 | 61 | 214 | 1 | 62 |
| Binary | 1111111 | 10000010 | 10000000 | 10 | 0 | 10 | 110001 | 10001100 | 1 | 110010 |
Color Harmonies of #7F8280
Complementary color
Monochromatic Colors of #7F8280
Black with #7F8280
Text Example
Text Example
White with #7F8280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8280; }
p { color: rgb(127,130,128); }
H1.HeaderClassName
{
color: #7F8280;
}
.AnyTagClassName
{
color: #7F8280;
}
</style>
background-color css
<style>
a { background-color: #7F8280; }
a { background-color: rgb(127,130,128); }
div.DivClassName
{
background-color: #7F8280;
}
.BgClassName
{
background-color: #7F8280;
}
</style>
border-color css
<style>
span { border-color: #7F8280; }
span { border-color: rgb(127,130,128); }
td.TdClassName
{
border-color: #7F8280;
}
.TagClassName
{
border-color: #7F8280;
}
</style>