Shades of Blue Smoke #7B9280
Tints of Blue Smoke #7B9280
RGB
CMYK
RGB Variations
Color information
#7B9280 (or 0x7B9280) is known color: Blue Smoke. HEX triplet: 7B, 92 and 80. RGB value is (123,146,128). Sum of RGB (Red+Green+Blue) = 123+146+128=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #7B9280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9280 is #846D7F. Grayscale: #898989. Windows color (decimal): -8678784 or 8426107. OLE color: 8426107.
HSL color Cylindrical-coordinate representation of color #7B9280: hue angle of 133.04º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B9280 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 128 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.43 |
| HSL | 133.04º | 0.1% | 0.53% | - |
| HSV(B) | 133.04º | 0.16% | 0.57% | - |
| XYZ | 22.34 | 26.33 | 24.33 | - |
| YUV | 137.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 128 | 0.16 | 0 | 0.12 | 0.43 | 133.04 | 0.1 | 0.53 |
| Hex | 7B | 92 | 80 | 10 | 0 | C | 2B | 85 | A | 35 |
| Octal | 173 | 222 | 200 | 20 | 0 | 14 | 53 | 205 | 12 | 65 |
| Binary | 1111011 | 10010010 | 10000000 | 10000 | 0 | 1100 | 101011 | 10000101 | 1010 | 110101 |
Color Harmonies of #7B9280
Complementary color
Monochromatic Colors of #7B9280
Black with #7B9280
Text Example
Text Example
White with #7B9280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9280; }
p { color: rgb(123,146,128); }
H1.HeaderClassName
{
color: #7B9280;
}
.AnyTagClassName
{
color: #7B9280;
}
</style>
background-color css
<style>
a { background-color: #7B9280; }
a { background-color: rgb(123,146,128); }
div.DivClassName
{
background-color: #7B9280;
}
.BgClassName
{
background-color: #7B9280;
}
</style>
border-color css
<style>
span { border-color: #7B9280; }
span { border-color: rgb(123,146,128); }
td.TdClassName
{
border-color: #7B9280;
}
.TagClassName
{
border-color: #7B9280;
}
</style>