Shades of Shakespeare #719BBA
Tints of Shakespeare #719BBA
RGB
CMYK
RGB Variations
Color information
#719BBA (or 0x719BBA) is known color: Shakespeare. HEX triplet: 71, 9B and BA. RGB value is (113,155,186). Sum of RGB (Red+Green+Blue) = 113+155+186=454 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.89% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #719BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719BBA is #8E6445. Grayscale: #919191. Windows color (decimal): -9331782 or 12229489. OLE color: 12229489.
HSL color Cylindrical-coordinate representation of color #719BBA: hue angle of 205.48º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #719BBA is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 155 | 186 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.27 |
| HSL | 205.48º | 0.35% | 0.59% | - |
| HSV(B) | 205.48º | 0.39% | 0.73% | - |
| XYZ | 27.39 | 30.5 | 50.9 | - |
| YUV | 145.98 | 150.59 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 186 | 0.39 | 0.17 | 0 | 0.27 | 205.48 | 0.35 | 0.59 |
| Hex | 71 | 9B | BA | 27 | 11 | 0 | 1B | CD | 23 | 3B |
| Octal | 161 | 233 | 272 | 47 | 21 | 0 | 33 | 315 | 43 | 73 |
| Binary | 1110001 | 10011011 | 10111010 | 100111 | 10001 | 0 | 11011 | 11001101 | 100011 | 111011 |
Color Harmonies of #719BBA
Complementary color
Monochromatic Colors of #719BBA
Black with #719BBA
Text Example
Text Example
White with #719BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719BBA; }
p { color: rgb(113,155,186); }
H1.HeaderClassName
{
color: #719BBA;
}
.AnyTagClassName
{
color: #719BBA;
}
</style>
background-color css
<style>
a { background-color: #719BBA; }
a { background-color: rgb(113,155,186); }
div.DivClassName
{
background-color: #719BBA;
}
.BgClassName
{
background-color: #719BBA;
}
</style>
border-color css
<style>
span { border-color: #719BBA; }
span { border-color: rgb(113,155,186); }
td.TdClassName
{
border-color: #719BBA;
}
.TagClassName
{
border-color: #719BBA;
}
</style>