Shades of Shakespeare #739FC5
Tints of Shakespeare #739FC5
RGB
CMYK
RGB Variations
Color information
#739FC5 (or 0x739FC5) is known color: Shakespeare. HEX triplet: 73, 9F and C5. RGB value is (115,159,197). Sum of RGB (Red+Green+Blue) = 115+159+197=471 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.42% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #739FC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739FC5 is #8C603A. Grayscale: #959595. Windows color (decimal): -9199675 or 12951411. OLE color: 12951411.
HSL color Cylindrical-coordinate representation of color #739FC5: hue angle of 207.8º 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 #739FC5 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 159 | 197 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.23 |
| HSL | 207.8º | 0.41% | 0.61% | - |
| HSV(B) | 207.8º | 0.42% | 0.77% | - |
| XYZ | 29.55 | 32.47 | 57.53 | - |
| YUV | 150.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 197 | 0.42 | 0.19 | 0 | 0.23 | 207.8 | 0.41 | 0.61 |
| Hex | 73 | 9F | C5 | 2A | 13 | 0 | 17 | D0 | 29 | 3D |
| Octal | 163 | 237 | 305 | 52 | 23 | 0 | 27 | 320 | 51 | 75 |
| Binary | 1110011 | 10011111 | 11000101 | 101010 | 10011 | 0 | 10111 | 11010000 | 101001 | 111101 |
Color Harmonies of #739FC5
Complementary color
Monochromatic Colors of #739FC5
Black with #739FC5
Text Example
Text Example
White with #739FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739FC5; }
p { color: rgb(115,159,197); }
H1.HeaderClassName
{
color: #739FC5;
}
.AnyTagClassName
{
color: #739FC5;
}
</style>
background-color css
<style>
a { background-color: #739FC5; }
a { background-color: rgb(115,159,197); }
div.DivClassName
{
background-color: #739FC5;
}
.BgClassName
{
background-color: #739FC5;
}
</style>
border-color css
<style>
span { border-color: #739FC5; }
span { border-color: rgb(115,159,197); }
td.TdClassName
{
border-color: #739FC5;
}
.TagClassName
{
border-color: #739FC5;
}
</style>