Shades of Juniper #738D8E
Tints of Juniper #738D8E
RGB
CMYK
RGB Variations
Color information
#738D8E (or 0x738D8E) is known color: Juniper. HEX triplet: 73, 8D and 8E. RGB value is (115,141,142). Sum of RGB (Red+Green+Blue) = 115+141+142=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 142 - color contains mainly: blue. Hex color #738D8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738D8E is #8C7271. Grayscale: #858585. Windows color (decimal): -9204338 or 9342323. OLE color: 9342323.
HSL color Cylindrical-coordinate representation of color #738D8E: hue angle of 182.22º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #738D8E is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 141 | 142 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.44 |
| HSL | 182.22º | 0.11% | 0.5% | - |
| HSV(B) | 182.22º | 0.19% | 0.56% | - |
| XYZ | 21.48 | 24.65 | 29.22 | - |
| YUV | 133.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 142 | 0.19 | 0.01 | 0 | 0.44 | 182.22 | 0.11 | 0.5 |
| Hex | 73 | 8D | 8E | 13 | 1 | 0 | 2C | B6 | B | 32 |
| Octal | 163 | 215 | 216 | 23 | 1 | 0 | 54 | 266 | 13 | 62 |
| Binary | 1110011 | 10001101 | 10001110 | 10011 | 1 | 0 | 101100 | 10110110 | 1011 | 110010 |
Color Harmonies of #738D8E
Complementary color
Monochromatic Colors of #738D8E
Black with #738D8E
Text Example
Text Example
White with #738D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738D8E; }
p { color: rgb(115,141,142); }
H1.HeaderClassName
{
color: #738D8E;
}
.AnyTagClassName
{
color: #738D8E;
}
</style>
background-color css
<style>
a { background-color: #738D8E; }
a { background-color: rgb(115,141,142); }
div.DivClassName
{
background-color: #738D8E;
}
.BgClassName
{
background-color: #738D8E;
}
</style>
border-color css
<style>
span { border-color: #738D8E; }
span { border-color: rgb(115,141,142); }
td.TdClassName
{
border-color: #738D8E;
}
.TagClassName
{
border-color: #738D8E;
}
</style>