Shades of Shakespeare #739EC5
Tints of Shakespeare #739EC5
RGB
CMYK
RGB Variations
Color information
#739EC5 (or 0x739EC5) is known color: Shakespeare. HEX triplet: 73, 9E and C5. RGB value is (115,158,197). Sum of RGB (Red+Green+Blue) = 115+158+197=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 197 - color contains mainly: blue. Hex color #739EC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739EC5 is #8C613A. Grayscale: #959595. Windows color (decimal): -9199931 or 12951155. OLE color: 12951155.
HSL color Cylindrical-coordinate representation of color #739EC5: hue angle of 208.54º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #739EC5 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 158 | 197 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.23 |
| HSL | 208.54º | 0.41% | 0.61% | - |
| HSV(B) | 208.54º | 0.42% | 0.77% | - |
| XYZ | 29.38 | 32.13 | 57.48 | - |
| YUV | 149.59 | 154.75 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 158 | 197 | 0.42 | 0.20 | 0 | 0.23 | 208.54 | 0.41 | 0.61 |
| Hex | 73 | 9E | C5 | 2A | 14 | 0 | 17 | D1 | 29 | 3D |
| Octal | 163 | 236 | 305 | 52 | 24 | 0 | 27 | 321 | 51 | 75 |
| Binary | 1110011 | 10011110 | 11000101 | 101010 | 10100 | 0 | 10111 | 11010001 | 101001 | 111101 |
Color Harmonies of #739EC5
Complementary color
Monochromatic Colors of #739EC5
Black with #739EC5
Text Example
Text Example
White with #739EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739EC5; }
p { color: rgb(115,158,197); }
H1.HeaderClassName
{
color: #739EC5;
}
.AnyTagClassName
{
color: #739EC5;
}
</style>
background-color css
<style>
a { background-color: #739EC5; }
a { background-color: rgb(115,158,197); }
div.DivClassName
{
background-color: #739EC5;
}
.BgClassName
{
background-color: #739EC5;
}
</style>
border-color css
<style>
span { border-color: #739EC5; }
span { border-color: rgb(115,158,197); }
td.TdClassName
{
border-color: #739EC5;
}
.TagClassName
{
border-color: #739EC5;
}
</style>