Shades of Shakespeare #719FB5
Tints of Shakespeare #719FB5
RGB
CMYK
RGB Variations
Color information
#719FB5 (or 0x719FB5) is known color: Shakespeare. HEX triplet: 71, 9F and B5. RGB value is (113,159,181). Sum of RGB (Red+Green+Blue) = 113+159+181=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 181 - color contains mainly: blue. Hex color #719FB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FB5 is #8E604A. Grayscale: #939393. Windows color (decimal): -9330763 or 11902833. OLE color: 11902833.
HSL color Cylindrical-coordinate representation of color #719FB5: hue angle of 199.41º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #719FB5 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 159 | 181 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.29 |
| HSL | 199.41º | 0.31% | 0.58% | - |
| HSV(B) | 199.41º | 0.38% | 0.71% | - |
| XYZ | 27.55 | 31.64 | 48.37 | - |
| YUV | 147.75 | 146.76 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 181 | 0.38 | 0.12 | 0 | 0.29 | 199.41 | 0.31 | 0.58 |
| Hex | 71 | 9F | B5 | 26 | C | 0 | 1D | C7 | 1F | 3A |
| Octal | 161 | 237 | 265 | 46 | 14 | 0 | 35 | 307 | 37 | 72 |
| Binary | 1110001 | 10011111 | 10110101 | 100110 | 1100 | 0 | 11101 | 11000111 | 11111 | 111010 |
Color Harmonies of #719FB5
Complementary color
Monochromatic Colors of #719FB5
Black with #719FB5
Text Example
Text Example
White with #719FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FB5; }
p { color: rgb(113,159,181); }
H1.HeaderClassName
{
color: #719FB5;
}
.AnyTagClassName
{
color: #719FB5;
}
</style>
background-color css
<style>
a { background-color: #719FB5; }
a { background-color: rgb(113,159,181); }
div.DivClassName
{
background-color: #719FB5;
}
.BgClassName
{
background-color: #719FB5;
}
</style>
border-color css
<style>
span { border-color: #719FB5; }
span { border-color: rgb(113,159,181); }
td.TdClassName
{
border-color: #719FB5;
}
.TagClassName
{
border-color: #719FB5;
}
</style>