Shades of Shakespeare #719EC4
Tints of Shakespeare #719EC4
RGB
CMYK
RGB Variations
Color information
#719EC4 (or 0x719EC4) is known color: Shakespeare. HEX triplet: 71, 9E and C4. RGB value is (113,158,196). Sum of RGB (Red+Green+Blue) = 113+158+196=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #719EC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719EC4 is #8E613B. Grayscale: #949494. Windows color (decimal): -9331004 or 12885617. OLE color: 12885617.
HSL color Cylindrical-coordinate representation of color #719EC4: hue angle of 207.47º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #719EC4 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 113 | 158 | 196 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.23 |
| HSL | 207.47º | 0.41% | 0.61% | - |
| HSV(B) | 207.47º | 0.42% | 0.77% | - |
| XYZ | 29 | 31.95 | 56.86 | - |
| YUV | 148.88 | 154.59 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 196 | 0.42 | 0.19 | 0 | 0.23 | 207.47 | 0.41 | 0.61 |
| Hex | 71 | 9E | C4 | 2A | 13 | 0 | 17 | CF | 29 | 3D |
| Octal | 161 | 236 | 304 | 52 | 23 | 0 | 27 | 317 | 51 | 75 |
| Binary | 1110001 | 10011110 | 11000100 | 101010 | 10011 | 0 | 10111 | 11001111 | 101001 | 111101 |
Color Harmonies of #719EC4
Complementary color
Monochromatic Colors of #719EC4
Black with #719EC4
Text Example
Text Example
White with #719EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719EC4; }
p { color: rgb(113,158,196); }
H1.HeaderClassName
{
color: #719EC4;
}
.AnyTagClassName
{
color: #719EC4;
}
</style>
background-color css
<style>
a { background-color: #719EC4; }
a { background-color: rgb(113,158,196); }
div.DivClassName
{
background-color: #719EC4;
}
.BgClassName
{
background-color: #719EC4;
}
</style>
border-color css
<style>
span { border-color: #719EC4; }
span { border-color: rgb(113,158,196); }
td.TdClassName
{
border-color: #719EC4;
}
.TagClassName
{
border-color: #719EC4;
}
</style>