Shades of Shakespeare #719EBD
Tints of Shakespeare #719EBD
RGB
CMYK
RGB Variations
Color information
#719EBD (or 0x719EBD) is known color: Shakespeare. HEX triplet: 71, 9E and BD. RGB value is (113,158,189). Sum of RGB (Red+Green+Blue) = 113+158+189=460 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.57% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #719EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719EBD is #8E6142. Grayscale: #939393. Windows color (decimal): -9331011 or 12426865. OLE color: 12426865.
HSL color Cylindrical-coordinate representation of color #719EBD: hue angle of 204.47º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #719EBD is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 158 | 189 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.26 |
| HSL | 204.47º | 0.37% | 0.59% | - |
| HSV(B) | 204.47º | 0.4% | 0.74% | - |
| XYZ | 28.22 | 31.64 | 52.76 | - |
| YUV | 148.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 189 | 0.40 | 0.16 | 0 | 0.26 | 204.47 | 0.37 | 0.59 |
| Hex | 71 | 9E | BD | 28 | 10 | 0 | 1A | CC | 25 | 3B |
| Octal | 161 | 236 | 275 | 50 | 20 | 0 | 32 | 314 | 45 | 73 |
| Binary | 1110001 | 10011110 | 10111101 | 101000 | 10000 | 0 | 11010 | 11001100 | 100101 | 111011 |
Color Harmonies of #719EBD
Complementary color
Monochromatic Colors of #719EBD
Black with #719EBD
Text Example
Text Example
White with #719EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719EBD; }
p { color: rgb(113,158,189); }
H1.HeaderClassName
{
color: #719EBD;
}
.AnyTagClassName
{
color: #719EBD;
}
</style>
background-color css
<style>
a { background-color: #719EBD; }
a { background-color: rgb(113,158,189); }
div.DivClassName
{
background-color: #719EBD;
}
.BgClassName
{
background-color: #719EBD;
}
</style>
border-color css
<style>
span { border-color: #719EBD; }
span { border-color: rgb(113,158,189); }
td.TdClassName
{
border-color: #719EBD;
}
.TagClassName
{
border-color: #719EBD;
}
</style>