Shades of Juniper #738889
Tints of Juniper #738889
RGB
CMYK
RGB Variations
Color information
#738889 (or 0x738889) is known color: Juniper. HEX triplet: 73, 88 and 89. RGB value is (115,136,137). Sum of RGB (Red+Green+Blue) = 115+136+137=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 137 - color contains mainly: blue. Hex color #738889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738889 is #8C7776. Grayscale: #818181. Windows color (decimal): -9205623 or 9013363. OLE color: 9013363.
HSL color Cylindrical-coordinate representation of color #738889: hue angle of 182.73º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #738889 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 136 | 137 | - |
| CMYK | 0.16 | 0.01 | 0 | 0.46 |
| HSL | 182.73º | 0.09% | 0.49% | - |
| HSV(B) | 182.73º | 0.16% | 0.54% | - |
| XYZ | 20.39 | 23.06 | 27.04 | - |
| YUV | 129.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 136 | 137 | 0.16 | 0.01 | 0 | 0.46 | 182.73 | 0.09 | 0.49 |
| Hex | 73 | 88 | 89 | 10 | 1 | 0 | 2E | B7 | 9 | 31 |
| Octal | 163 | 210 | 211 | 20 | 1 | 0 | 56 | 267 | 11 | 61 |
| Binary | 1110011 | 10001000 | 10001001 | 10000 | 1 | 0 | 101110 | 10110111 | 1001 | 110001 |
Color Harmonies of #738889
Complementary color
Monochromatic Colors of #738889
Black with #738889
Text Example
Text Example
White with #738889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738889; }
p { color: rgb(115,136,137); }
H1.HeaderClassName
{
color: #738889;
}
.AnyTagClassName
{
color: #738889;
}
</style>
background-color css
<style>
a { background-color: #738889; }
a { background-color: rgb(115,136,137); }
div.DivClassName
{
background-color: #738889;
}
.BgClassName
{
background-color: #738889;
}
</style>
border-color css
<style>
span { border-color: #738889; }
span { border-color: rgb(115,136,137); }
td.TdClassName
{
border-color: #738889;
}
.TagClassName
{
border-color: #738889;
}
</style>