Shades of Shakespeare #719DBF
Tints of Shakespeare #719DBF
RGB
CMYK
RGB Variations
Color information
#719DBF (or 0x719DBF) is known color: Shakespeare. HEX triplet: 71, 9D and BF. RGB value is (113,157,191). Sum of RGB (Red+Green+Blue) = 113+157+191=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #719DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DBF is #8E6240. Grayscale: #939393. Windows color (decimal): -9331265 or 12557681. OLE color: 12557681.
HSL color Cylindrical-coordinate representation of color #719DBF: hue angle of 206.15º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #719DBF is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 157 | 191 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.25 |
| HSL | 206.15º | 0.38% | 0.6% | - |
| HSV(B) | 206.15º | 0.41% | 0.75% | - |
| XYZ | 28.27 | 31.39 | 53.86 | - |
| YUV | 147.72 | 152.42 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 191 | 0.41 | 0.18 | 0 | 0.25 | 206.15 | 0.38 | 0.6 |
| Hex | 71 | 9D | BF | 29 | 12 | 0 | 19 | CE | 26 | 3C |
| Octal | 161 | 235 | 277 | 51 | 22 | 0 | 31 | 316 | 46 | 74 |
| Binary | 1110001 | 10011101 | 10111111 | 101001 | 10010 | 0 | 11001 | 11001110 | 100110 | 111100 |
Color Harmonies of #719DBF
Complementary color
Monochromatic Colors of #719DBF
Black with #719DBF
Text Example
Text Example
White with #719DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719DBF; }
p { color: rgb(113,157,191); }
H1.HeaderClassName
{
color: #719DBF;
}
.AnyTagClassName
{
color: #719DBF;
}
</style>
background-color css
<style>
a { background-color: #719DBF; }
a { background-color: rgb(113,157,191); }
div.DivClassName
{
background-color: #719DBF;
}
.BgClassName
{
background-color: #719DBF;
}
</style>
border-color css
<style>
span { border-color: #719DBF; }
span { border-color: rgb(113,157,191); }
td.TdClassName
{
border-color: #719DBF;
}
.TagClassName
{
border-color: #719DBF;
}
</style>