Shades of Shakespeare #739CBF
Tints of Shakespeare #739CBF
RGB
CMYK
RGB Variations
Color information
#739CBF (or 0x739CBF) is known color: Shakespeare. HEX triplet: 73, 9C and BF. RGB value is (115,156,191). Sum of RGB (Red+Green+Blue) = 115+156+191=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #739CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739CBF is #8C6340. Grayscale: #939393. Windows color (decimal): -9200449 or 12557427. OLE color: 12557427.
HSL color Cylindrical-coordinate representation of color #739CBF: hue angle of 207.63º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #739CBF is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 156 | 191 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.25 |
| HSL | 207.63º | 0.37% | 0.6% | - |
| HSV(B) | 207.63º | 0.4% | 0.75% | - |
| XYZ | 28.36 | 31.18 | 53.81 | - |
| YUV | 147.73 | 152.42 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 156 | 191 | 0.40 | 0.18 | 0 | 0.25 | 207.63 | 0.37 | 0.6 |
| Hex | 73 | 9C | BF | 28 | 12 | 0 | 19 | D0 | 25 | 3C |
| Octal | 163 | 234 | 277 | 50 | 22 | 0 | 31 | 320 | 45 | 74 |
| Binary | 1110011 | 10011100 | 10111111 | 101000 | 10010 | 0 | 11001 | 11010000 | 100101 | 111100 |
Color Harmonies of #739CBF
Complementary color
Monochromatic Colors of #739CBF
Black with #739CBF
Text Example
Text Example
White with #739CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739CBF; }
p { color: rgb(115,156,191); }
H1.HeaderClassName
{
color: #739CBF;
}
.AnyTagClassName
{
color: #739CBF;
}
</style>
background-color css
<style>
a { background-color: #739CBF; }
a { background-color: rgb(115,156,191); }
div.DivClassName
{
background-color: #739CBF;
}
.BgClassName
{
background-color: #739CBF;
}
</style>
border-color css
<style>
span { border-color: #739CBF; }
span { border-color: rgb(115,156,191); }
td.TdClassName
{
border-color: #739CBF;
}
.TagClassName
{
border-color: #739CBF;
}
</style>