Shades of Shakespeare #719FB4
Tints of Shakespeare #719FB4
RGB
CMYK
RGB Variations
Color information
#719FB4 (or 0x719FB4) is known color: Shakespeare. HEX triplet: 71, 9F and B4. RGB value is (113,159,180). Sum of RGB (Red+Green+Blue) = 113+159+180=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 180 (70.70% from 255 or 39.82% from 452); Max value from RGB is 180 - color contains mainly: blue. Hex color #719FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FB4 is #8E604B. Grayscale: #939393. Windows color (decimal): -9330764 or 11837297. OLE color: 11837297.
HSL color Cylindrical-coordinate representation of color #719FB4: hue angle of 198.81º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #719FB4 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 159 | 180 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.29 |
| HSL | 198.81º | 0.31% | 0.57% | - |
| HSV(B) | 198.81º | 0.37% | 0.71% | - |
| XYZ | 27.45 | 31.6 | 47.83 | - |
| YUV | 147.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 180 | 0.37 | 0.12 | 0 | 0.29 | 198.81 | 0.31 | 0.57 |
| Hex | 71 | 9F | B4 | 25 | C | 0 | 1D | C7 | 1F | 39 |
| Octal | 161 | 237 | 264 | 45 | 14 | 0 | 35 | 307 | 37 | 71 |
| Binary | 1110001 | 10011111 | 10110100 | 100101 | 1100 | 0 | 11101 | 11000111 | 11111 | 111001 |
Color Harmonies of #719FB4
Complementary color
Monochromatic Colors of #719FB4
Black with #719FB4
Text Example
Text Example
White with #719FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FB4; }
p { color: rgb(113,159,180); }
H1.HeaderClassName
{
color: #719FB4;
}
.AnyTagClassName
{
color: #719FB4;
}
</style>
background-color css
<style>
a { background-color: #719FB4; }
a { background-color: rgb(113,159,180); }
div.DivClassName
{
background-color: #719FB4;
}
.BgClassName
{
background-color: #719FB4;
}
</style>
border-color css
<style>
span { border-color: #719FB4; }
span { border-color: rgb(113,159,180); }
td.TdClassName
{
border-color: #719FB4;
}
.TagClassName
{
border-color: #719FB4;
}
</style>