Shades of Shakespeare #739ABE
Tints of Shakespeare #739ABE
RGB
CMYK
RGB Variations
Color information
#739ABE (or 0x739ABE) is known color: Shakespeare. HEX triplet: 73, 9A and BE. RGB value is (115,154,190). Sum of RGB (Red+Green+Blue) = 115+154+190=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #739ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739ABE is #8C6541. Grayscale: #929292. Windows color (decimal): -9200962 or 12491379. OLE color: 12491379.
HSL color Cylindrical-coordinate representation of color #739ABE: hue angle of 208.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #739ABE is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 154 | 190 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.25 |
| HSL | 208.8º | 0.37% | 0.6% | - |
| HSV(B) | 208.8º | 0.39% | 0.75% | - |
| XYZ | 27.92 | 30.47 | 53.13 | - |
| YUV | 146.44 | 152.58 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 190 | 0.39 | 0.19 | 0 | 0.25 | 208.8 | 0.37 | 0.6 |
| Hex | 73 | 9A | BE | 27 | 13 | 0 | 19 | D1 | 25 | 3C |
| Octal | 163 | 232 | 276 | 47 | 23 | 0 | 31 | 321 | 45 | 74 |
| Binary | 1110011 | 10011010 | 10111110 | 100111 | 10011 | 0 | 11001 | 11010001 | 100101 | 111100 |
Color Harmonies of #739ABE
Complementary color
Monochromatic Colors of #739ABE
Black with #739ABE
Text Example
Text Example
White with #739ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739ABE; }
p { color: rgb(115,154,190); }
H1.HeaderClassName
{
color: #739ABE;
}
.AnyTagClassName
{
color: #739ABE;
}
</style>
background-color css
<style>
a { background-color: #739ABE; }
a { background-color: rgb(115,154,190); }
div.DivClassName
{
background-color: #739ABE;
}
.BgClassName
{
background-color: #739ABE;
}
</style>
border-color css
<style>
span { border-color: #739ABE; }
span { border-color: rgb(115,154,190); }
td.TdClassName
{
border-color: #739ABE;
}
.TagClassName
{
border-color: #739ABE;
}
</style>