Shades of Shakespeare #719DC0
Tints of Shakespeare #719DC0
RGB
CMYK
RGB Variations
Color information
#719DC0 (or 0x719DC0) is known color: Shakespeare. HEX triplet: 71, 9D and C0. RGB value is (113,157,192). Sum of RGB (Red+Green+Blue) = 113+157+192=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #719DC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DC0 is #8E623F. Grayscale: #939393. Windows color (decimal): -9331264 or 12623217. OLE color: 12623217.
HSL color Cylindrical-coordinate representation of color #719DC0: hue angle of 206.58º degrees, saturation: 0.39, 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 #719DC0 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 157 | 192 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.25 |
| HSL | 206.58º | 0.39% | 0.6% | - |
| HSV(B) | 206.58º | 0.41% | 0.75% | - |
| XYZ | 28.38 | 31.43 | 54.44 | - |
| YUV | 147.83 | 152.92 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 192 | 0.41 | 0.18 | 0 | 0.25 | 206.58 | 0.39 | 0.6 |
| Hex | 71 | 9D | C0 | 29 | 12 | 0 | 19 | CF | 27 | 3C |
| Octal | 161 | 235 | 300 | 51 | 22 | 0 | 31 | 317 | 47 | 74 |
| Binary | 1110001 | 10011101 | 11000000 | 101001 | 10010 | 0 | 11001 | 11001111 | 100111 | 111100 |
Color Harmonies of #719DC0
Complementary color
Monochromatic Colors of #719DC0
Black with #719DC0
Text Example
Text Example
White with #719DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719DC0; }
p { color: rgb(113,157,192); }
H1.HeaderClassName
{
color: #719DC0;
}
.AnyTagClassName
{
color: #719DC0;
}
</style>
background-color css
<style>
a { background-color: #719DC0; }
a { background-color: rgb(113,157,192); }
div.DivClassName
{
background-color: #719DC0;
}
.BgClassName
{
background-color: #719DC0;
}
</style>
border-color css
<style>
span { border-color: #719DC0; }
span { border-color: rgb(113,157,192); }
td.TdClassName
{
border-color: #719DC0;
}
.TagClassName
{
border-color: #719DC0;
}
</style>