Shades of Blue Smoke #7D897E
Tints of Blue Smoke #7D897E
RGB
CMYK
RGB Variations
Color information
#7D897E (or 0x7D897E) is known color: Blue Smoke. HEX triplet: 7D, 89 and 7E. RGB value is (125,137,126). Sum of RGB (Red+Green+Blue) = 125+137+126=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 137 - color contains mainly: green. Hex color #7D897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D897E is #827681. Grayscale: #848484. Windows color (decimal): -8550018 or 8292733. OLE color: 8292733.
HSL color Cylindrical-coordinate representation of color #7D897E: hue angle of 125º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7D897E is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 137 | 126 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.46 |
| HSL | 125º | 0.05% | 0.51% | - |
| HSV(B) | 125º | 0.09% | 0.54% | - |
| XYZ | 21.17 | 23.76 | 23.21 | - |
| YUV | 132.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 137 | 126 | 0.09 | 0 | 0.08 | 0.46 | 125 | 0.05 | 0.51 |
| Hex | 7D | 89 | 7E | 9 | 0 | 8 | 2E | 7D | 5 | 33 |
| Octal | 175 | 211 | 176 | 11 | 0 | 10 | 56 | 175 | 5 | 63 |
| Binary | 1111101 | 10001001 | 1111110 | 1001 | 0 | 1000 | 101110 | 1111101 | 101 | 110011 |
Color Harmonies of #7D897E
Complementary color
Monochromatic Colors of #7D897E
Black with #7D897E
Text Example
Text Example
White with #7D897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D897E; }
p { color: rgb(125,137,126); }
H1.HeaderClassName
{
color: #7D897E;
}
.AnyTagClassName
{
color: #7D897E;
}
</style>
background-color css
<style>
a { background-color: #7D897E; }
a { background-color: rgb(125,137,126); }
div.DivClassName
{
background-color: #7D897E;
}
.BgClassName
{
background-color: #7D897E;
}
</style>
border-color css
<style>
span { border-color: #7D897E; }
span { border-color: rgb(125,137,126); }
td.TdClassName
{
border-color: #7D897E;
}
.TagClassName
{
border-color: #7D897E;
}
</style>