Shades of Shakespeare #719ABB
Tints of Shakespeare #719ABB
RGB
CMYK
RGB Variations
Color information
#719ABB (or 0x719ABB) is known color: Shakespeare. HEX triplet: 71, 9A and BB. RGB value is (113,154,187). Sum of RGB (Red+Green+Blue) = 113+154+187=454 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.89% from 454); Green value is 154 (60.55% from 255 or 33.92% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 187 - color contains mainly: blue. Hex color #719ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ABB is #8E6544. Grayscale: #919191. Windows color (decimal): -9332037 or 12294769. OLE color: 12294769.
HSL color Cylindrical-coordinate representation of color #719ABB: hue angle of 206.76º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #719ABB is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 154 | 187 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.27 |
| HSL | 206.76º | 0.35% | 0.59% | - |
| HSV(B) | 206.76º | 0.4% | 0.73% | - |
| XYZ | 27.34 | 30.21 | 51.4 | - |
| YUV | 145.5 | 151.42 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 154 | 187 | 0.40 | 0.18 | 0 | 0.27 | 206.76 | 0.35 | 0.59 |
| Hex | 71 | 9A | BB | 28 | 12 | 0 | 1B | CF | 23 | 3B |
| Octal | 161 | 232 | 273 | 50 | 22 | 0 | 33 | 317 | 43 | 73 |
| Binary | 1110001 | 10011010 | 10111011 | 101000 | 10010 | 0 | 11011 | 11001111 | 100011 | 111011 |
Color Harmonies of #719ABB
Complementary color
Monochromatic Colors of #719ABB
Black with #719ABB
Text Example
Text Example
White with #719ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719ABB; }
p { color: rgb(113,154,187); }
H1.HeaderClassName
{
color: #719ABB;
}
.AnyTagClassName
{
color: #719ABB;
}
</style>
background-color css
<style>
a { background-color: #719ABB; }
a { background-color: rgb(113,154,187); }
div.DivClassName
{
background-color: #719ABB;
}
.BgClassName
{
background-color: #719ABB;
}
</style>
border-color css
<style>
span { border-color: #719ABB; }
span { border-color: rgb(113,154,187); }
td.TdClassName
{
border-color: #719ABB;
}
.TagClassName
{
border-color: #719ABB;
}
</style>