Shades of Shakespeare #719BBE
Tints of Shakespeare #719BBE
RGB
CMYK
RGB Variations
Color information
#719BBE (or 0x719BBE) is known color: Shakespeare. HEX triplet: 71, 9B and BE. RGB value is (113,155,190). Sum of RGB (Red+Green+Blue) = 113+155+190=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #719BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719BBE is #8E6441. Grayscale: #929292. Windows color (decimal): -9331778 or 12491633. OLE color: 12491633.
HSL color Cylindrical-coordinate representation of color #719BBE: hue angle of 207.27º 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 #719BBE is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 155 | 190 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.25 |
| HSL | 207.27º | 0.37% | 0.59% | - |
| HSV(B) | 207.27º | 0.41% | 0.75% | - |
| XYZ | 27.83 | 30.67 | 53.17 | - |
| YUV | 146.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 190 | 0.41 | 0.18 | 0 | 0.25 | 207.27 | 0.37 | 0.59 |
| Hex | 71 | 9B | BE | 29 | 12 | 0 | 19 | CF | 25 | 3B |
| Octal | 161 | 233 | 276 | 51 | 22 | 0 | 31 | 317 | 45 | 73 |
| Binary | 1110001 | 10011011 | 10111110 | 101001 | 10010 | 0 | 11001 | 11001111 | 100101 | 111011 |
Color Harmonies of #719BBE
Complementary color
Monochromatic Colors of #719BBE
Black with #719BBE
Text Example
Text Example
White with #719BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719BBE; }
p { color: rgb(113,155,190); }
H1.HeaderClassName
{
color: #719BBE;
}
.AnyTagClassName
{
color: #719BBE;
}
</style>
background-color css
<style>
a { background-color: #719BBE; }
a { background-color: rgb(113,155,190); }
div.DivClassName
{
background-color: #719BBE;
}
.BgClassName
{
background-color: #719BBE;
}
</style>
border-color css
<style>
span { border-color: #719BBE; }
span { border-color: rgb(113,155,190); }
td.TdClassName
{
border-color: #719BBE;
}
.TagClassName
{
border-color: #719BBE;
}
</style>