Shades of Shakespeare #719FC2
Tints of Shakespeare #719FC2
RGB
CMYK
RGB Variations
Color information
#719FC2 (or 0x719FC2) is known color: Shakespeare. HEX triplet: 71, 9F and C2. RGB value is (113,159,194). Sum of RGB (Red+Green+Blue) = 113+159+194=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #719FC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FC2 is #8E603D. Grayscale: #959595. Windows color (decimal): -9330750 or 12754801. OLE color: 12754801.
HSL color Cylindrical-coordinate representation of color #719FC2: hue angle of 205.93º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #719FC2 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 159 | 194 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.24 |
| HSL | 205.93º | 0.4% | 0.6% | - |
| HSV(B) | 205.93º | 0.42% | 0.76% | - |
| XYZ | 28.95 | 32.2 | 55.73 | - |
| YUV | 149.24 | 153.26 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 194 | 0.42 | 0.18 | 0 | 0.24 | 205.93 | 0.4 | 0.6 |
| Hex | 71 | 9F | C2 | 2A | 12 | 0 | 18 | CE | 28 | 3C |
| Octal | 161 | 237 | 302 | 52 | 22 | 0 | 30 | 316 | 50 | 74 |
| Binary | 1110001 | 10011111 | 11000010 | 101010 | 10010 | 0 | 11000 | 11001110 | 101000 | 111100 |
Color Harmonies of #719FC2
Complementary color
Monochromatic Colors of #719FC2
Black with #719FC2
Text Example
Text Example
White with #719FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FC2; }
p { color: rgb(113,159,194); }
H1.HeaderClassName
{
color: #719FC2;
}
.AnyTagClassName
{
color: #719FC2;
}
</style>
background-color css
<style>
a { background-color: #719FC2; }
a { background-color: rgb(113,159,194); }
div.DivClassName
{
background-color: #719FC2;
}
.BgClassName
{
background-color: #719FC2;
}
</style>
border-color css
<style>
span { border-color: #719FC2; }
span { border-color: rgb(113,159,194); }
td.TdClassName
{
border-color: #719FC2;
}
.TagClassName
{
border-color: #719FC2;
}
</style>