Shades of Shakespeare #719DB1
Tints of Shakespeare #719DB1
RGB
CMYK
RGB Variations
Color information
#719DB1 (or 0x719DB1) is known color: Shakespeare. HEX triplet: 71, 9D and B1. RGB value is (113,157,177). Sum of RGB (Red+Green+Blue) = 113+157+177=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 177 - color contains mainly: blue. Hex color #719DB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719DB1 is #8E624E. Grayscale: #929292. Windows color (decimal): -9331279 or 11640177. OLE color: 11640177.
HSL color Cylindrical-coordinate representation of color #719DB1: hue angle of 198.75º 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 #719DB1 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 157 | 177 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.31 |
| HSL | 198.75º | 0.29% | 0.57% | - |
| HSV(B) | 198.75º | 0.36% | 0.69% | - |
| XYZ | 26.8 | 30.8 | 46.13 | - |
| YUV | 146.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 177 | 0.36 | 0.11 | 0 | 0.31 | 198.75 | 0.29 | 0.57 |
| Hex | 71 | 9D | B1 | 24 | B | 0 | 1F | C7 | 1D | 39 |
| Octal | 161 | 235 | 261 | 44 | 13 | 0 | 37 | 307 | 35 | 71 |
| Binary | 1110001 | 10011101 | 10110001 | 100100 | 1011 | 0 | 11111 | 11000111 | 11101 | 111001 |
Color Harmonies of #719DB1
Complementary color
Monochromatic Colors of #719DB1
Black with #719DB1
Text Example
Text Example
White with #719DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719DB1; }
p { color: rgb(113,157,177); }
H1.HeaderClassName
{
color: #719DB1;
}
.AnyTagClassName
{
color: #719DB1;
}
</style>
background-color css
<style>
a { background-color: #719DB1; }
a { background-color: rgb(113,157,177); }
div.DivClassName
{
background-color: #719DB1;
}
.BgClassName
{
background-color: #719DB1;
}
</style>
border-color css
<style>
span { border-color: #719DB1; }
span { border-color: rgb(113,157,177); }
td.TdClassName
{
border-color: #719DB1;
}
.TagClassName
{
border-color: #719DB1;
}
</style>