Shades of Blue Smoke #7F9085
Tints of Blue Smoke #7F9085
RGB
CMYK
RGB Variations
Color information
#7F9085 (or 0x7F9085) is known color: Blue Smoke. HEX triplet: 7F, 90 and 85. RGB value is (127,144,133). Sum of RGB (Red+Green+Blue) = 127+144+133=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 144 - color contains mainly: green. Hex color #7F9085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9085 is #806F7A. Grayscale: #898989. Windows color (decimal): -8417147 or 8753279. OLE color: 8753279.
HSL color Cylindrical-coordinate representation of color #7F9085: hue angle of 141.18º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F9085 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 144 | 133 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.44 |
| HSL | 141.18º | 0.07% | 0.53% | - |
| HSV(B) | 141.18º | 0.12% | 0.56% | - |
| XYZ | 22.96 | 26.15 | 26.03 | - |
| YUV | 137.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 144 | 133 | 0.12 | 0 | 0.08 | 0.44 | 141.18 | 0.07 | 0.53 |
| Hex | 7F | 90 | 85 | C | 0 | 8 | 2C | 8D | 7 | 35 |
| Octal | 177 | 220 | 205 | 14 | 0 | 10 | 54 | 215 | 7 | 65 |
| Binary | 1111111 | 10010000 | 10000101 | 1100 | 0 | 1000 | 101100 | 10001101 | 111 | 110101 |
Color Harmonies of #7F9085
Complementary color
Monochromatic Colors of #7F9085
Black with #7F9085
Text Example
Text Example
White with #7F9085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9085; }
p { color: rgb(127,144,133); }
H1.HeaderClassName
{
color: #7F9085;
}
.AnyTagClassName
{
color: #7F9085;
}
</style>
background-color css
<style>
a { background-color: #7F9085; }
a { background-color: rgb(127,144,133); }
div.DivClassName
{
background-color: #7F9085;
}
.BgClassName
{
background-color: #7F9085;
}
</style>
border-color css
<style>
span { border-color: #7F9085; }
span { border-color: rgb(127,144,133); }
td.TdClassName
{
border-color: #7F9085;
}
.TagClassName
{
border-color: #7F9085;
}
</style>