Shades of Shakespeare #719FB0
Tints of Shakespeare #719FB0
RGB
CMYK
RGB Variations
Color information
#719FB0 (or 0x719FB0) is known color: Shakespeare. HEX triplet: 71, 9F and B0. RGB value is (113,159,176). Sum of RGB (Red+Green+Blue) = 113+159+176=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 176 - color contains mainly: blue. Hex color #719FB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719FB0 is #8E604F. Grayscale: #939393. Windows color (decimal): -9330768 or 11575153. OLE color: 11575153.
HSL color Cylindrical-coordinate representation of color #719FB0: hue angle of 196.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #719FB0 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 159 | 176 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.31 |
| HSL | 196.19º | 0.29% | 0.57% | - |
| HSV(B) | 196.19º | 0.36% | 0.69% | - |
| XYZ | 27.04 | 31.44 | 45.72 | - |
| YUV | 147.18 | 144.26 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 176 | 0.36 | 0.10 | 0 | 0.31 | 196.19 | 0.29 | 0.57 |
| Hex | 71 | 9F | B0 | 24 | A | 0 | 1F | C4 | 1D | 39 |
| Octal | 161 | 237 | 260 | 44 | 12 | 0 | 37 | 304 | 35 | 71 |
| Binary | 1110001 | 10011111 | 10110000 | 100100 | 1010 | 0 | 11111 | 11000100 | 11101 | 111001 |
Color Harmonies of #719FB0
Complementary color
Monochromatic Colors of #719FB0
Black with #719FB0
Text Example
Text Example
White with #719FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FB0; }
p { color: rgb(113,159,176); }
H1.HeaderClassName
{
color: #719FB0;
}
.AnyTagClassName
{
color: #719FB0;
}
</style>
background-color css
<style>
a { background-color: #719FB0; }
a { background-color: rgb(113,159,176); }
div.DivClassName
{
background-color: #719FB0;
}
.BgClassName
{
background-color: #719FB0;
}
</style>
border-color css
<style>
span { border-color: #719FB0; }
span { border-color: rgb(113,159,176); }
td.TdClassName
{
border-color: #719FB0;
}
.TagClassName
{
border-color: #719FB0;
}
</style>