Shades of Shakespeare #739DBA
Tints of Shakespeare #739DBA
RGB
CMYK
RGB Variations
Color information
#739DBA (or 0x739DBA) is known color: Shakespeare. HEX triplet: 73, 9D and BA. RGB value is (115,157,186). Sum of RGB (Red+Green+Blue) = 115+157+186=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #739DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DBA is #8C6245. Grayscale: #939393. Windows color (decimal): -9200198 or 12230003. OLE color: 12230003.
HSL color Cylindrical-coordinate representation of color #739DBA: hue angle of 204.51º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #739DBA is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 157 | 186 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.27 |
| HSL | 204.51º | 0.34% | 0.59% | - |
| HSV(B) | 204.51º | 0.38% | 0.73% | - |
| XYZ | 27.99 | 31.3 | 51.02 | - |
| YUV | 147.75 | 149.59 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 186 | 0.38 | 0.16 | 0 | 0.27 | 204.51 | 0.34 | 0.59 |
| Hex | 73 | 9D | BA | 26 | 10 | 0 | 1B | CD | 22 | 3B |
| Octal | 163 | 235 | 272 | 46 | 20 | 0 | 33 | 315 | 42 | 73 |
| Binary | 1110011 | 10011101 | 10111010 | 100110 | 10000 | 0 | 11011 | 11001101 | 100010 | 111011 |
Color Harmonies of #739DBA
Complementary color
Monochromatic Colors of #739DBA
Black with #739DBA
Text Example
Text Example
White with #739DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739DBA; }
p { color: rgb(115,157,186); }
H1.HeaderClassName
{
color: #739DBA;
}
.AnyTagClassName
{
color: #739DBA;
}
</style>
background-color css
<style>
a { background-color: #739DBA; }
a { background-color: rgb(115,157,186); }
div.DivClassName
{
background-color: #739DBA;
}
.BgClassName
{
background-color: #739DBA;
}
</style>
border-color css
<style>
span { border-color: #739DBA; }
span { border-color: rgb(115,157,186); }
td.TdClassName
{
border-color: #739DBA;
}
.TagClassName
{
border-color: #739DBA;
}
</style>