Shades of Juniper #7E9294
Tints of Juniper #7E9294
RGB
CMYK
RGB Variations
Color information
#7E9294 (or 0x7E9294) is known color: Juniper. HEX triplet: 7E, 92 and 94. RGB value is (126,146,148). Sum of RGB (Red+Green+Blue) = 126+146+148=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 148 - color contains mainly: blue. Hex color #7E9294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E9294 is #816D6B. Grayscale: #8C8C8C. Windows color (decimal): -8482156 or 9736830. OLE color: 9736830.
HSL color Cylindrical-coordinate representation of color #7E9294: hue angle of 185.45º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7E9294 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 146 | 148 | - |
| CMYK | 0.15 | 0.01 | 0 | 0.42 |
| HSL | 185.45º | 0.09% | 0.54% | - |
| HSV(B) | 185.45º | 0.15% | 0.58% | - |
| XYZ | 24.23 | 27.13 | 31.98 | - |
| YUV | 140.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 146 | 148 | 0.15 | 0.01 | 0 | 0.42 | 185.45 | 0.09 | 0.54 |
| Hex | 7E | 92 | 94 | F | 1 | 0 | 2A | B9 | 9 | 36 |
| Octal | 176 | 222 | 224 | 17 | 1 | 0 | 52 | 271 | 11 | 66 |
| Binary | 1111110 | 10010010 | 10010100 | 1111 | 1 | 0 | 101010 | 10111001 | 1001 | 110110 |
Color Harmonies of #7E9294
Complementary color
Monochromatic Colors of #7E9294
Black with #7E9294
Text Example
Text Example
White with #7E9294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9294; }
p { color: rgb(126,146,148); }
H1.HeaderClassName
{
color: #7E9294;
}
.AnyTagClassName
{
color: #7E9294;
}
</style>
background-color css
<style>
a { background-color: #7E9294; }
a { background-color: rgb(126,146,148); }
div.DivClassName
{
background-color: #7E9294;
}
.BgClassName
{
background-color: #7E9294;
}
</style>
border-color css
<style>
span { border-color: #7E9294; }
span { border-color: rgb(126,146,148); }
td.TdClassName
{
border-color: #7E9294;
}
.TagClassName
{
border-color: #7E9294;
}
</style>