Shades of Shakespeare #719FC5
Tints of Shakespeare #719FC5
RGB
CMYK
RGB Variations
Color information
#719FC5 (or 0x719FC5) is known color: Shakespeare. HEX triplet: 71, 9F and C5. RGB value is (113,159,197). Sum of RGB (Red+Green+Blue) = 113+159+197=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #719FC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FC5 is #8E603A. Grayscale: #959595. Windows color (decimal): -9330747 or 12951409. OLE color: 12951409.
HSL color Cylindrical-coordinate representation of color #719FC5: hue angle of 207.14º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #719FC5 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 159 | 197 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.23 |
| HSL | 207.14º | 0.42% | 0.61% | - |
| HSV(B) | 207.14º | 0.43% | 0.77% | - |
| XYZ | 29.29 | 32.34 | 57.52 | - |
| YUV | 149.58 | 154.76 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 197 | 0.43 | 0.19 | 0 | 0.23 | 207.14 | 0.42 | 0.61 |
| Hex | 71 | 9F | C5 | 2B | 13 | 0 | 17 | CF | 2A | 3D |
| Octal | 161 | 237 | 305 | 53 | 23 | 0 | 27 | 317 | 52 | 75 |
| Binary | 1110001 | 10011111 | 11000101 | 101011 | 10011 | 0 | 10111 | 11001111 | 101010 | 111101 |
Color Harmonies of #719FC5
Complementary color
Monochromatic Colors of #719FC5
Black with #719FC5
Text Example
Text Example
White with #719FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FC5; }
p { color: rgb(113,159,197); }
H1.HeaderClassName
{
color: #719FC5;
}
.AnyTagClassName
{
color: #719FC5;
}
</style>
background-color css
<style>
a { background-color: #719FC5; }
a { background-color: rgb(113,159,197); }
div.DivClassName
{
background-color: #719FC5;
}
.BgClassName
{
background-color: #719FC5;
}
</style>
border-color css
<style>
span { border-color: #719FC5; }
span { border-color: rgb(113,159,197); }
td.TdClassName
{
border-color: #719FC5;
}
.TagClassName
{
border-color: #719FC5;
}
</style>