Shades of Shakespeare #719FBE
Tints of Shakespeare #719FBE
RGB
CMYK
RGB Variations
Color information
#719FBE (or 0x719FBE) is known color: Shakespeare. HEX triplet: 71, 9F and BE. RGB value is (113,159,190). Sum of RGB (Red+Green+Blue) = 113+159+190=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #719FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FBE is #8E6041. Grayscale: #949494. Windows color (decimal): -9330754 or 12492657. OLE color: 12492657.
HSL color Cylindrical-coordinate representation of color #719FBE: hue angle of 204.16º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #719FBE is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 159 | 190 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.25 |
| HSL | 204.16º | 0.37% | 0.59% | - |
| HSV(B) | 204.16º | 0.41% | 0.75% | - |
| XYZ | 28.5 | 32.02 | 53.39 | - |
| YUV | 148.78 | 151.26 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 190 | 0.41 | 0.16 | 0 | 0.25 | 204.16 | 0.37 | 0.59 |
| Hex | 71 | 9F | BE | 29 | 10 | 0 | 19 | CC | 25 | 3B |
| Octal | 161 | 237 | 276 | 51 | 20 | 0 | 31 | 314 | 45 | 73 |
| Binary | 1110001 | 10011111 | 10111110 | 101001 | 10000 | 0 | 11001 | 11001100 | 100101 | 111011 |
Color Harmonies of #719FBE
Complementary color
Monochromatic Colors of #719FBE
Black with #719FBE
Text Example
Text Example
White with #719FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FBE; }
p { color: rgb(113,159,190); }
H1.HeaderClassName
{
color: #719FBE;
}
.AnyTagClassName
{
color: #719FBE;
}
</style>
background-color css
<style>
a { background-color: #719FBE; }
a { background-color: rgb(113,159,190); }
div.DivClassName
{
background-color: #719FBE;
}
.BgClassName
{
background-color: #719FBE;
}
</style>
border-color css
<style>
span { border-color: #719FBE; }
span { border-color: rgb(113,159,190); }
td.TdClassName
{
border-color: #719FBE;
}
.TagClassName
{
border-color: #719FBE;
}
</style>