Shades of Shakespeare #719CBF
Tints of Shakespeare #719CBF
RGB
CMYK
RGB Variations
Color information
#719CBF (or 0x719CBF) is known color: Shakespeare. HEX triplet: 71, 9C and BF. RGB value is (113,156,191). Sum of RGB (Red+Green+Blue) = 113+156+191=460 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.57% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #719CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CBF is #8E6340. Grayscale: #929292. Windows color (decimal): -9331521 or 12557425. OLE color: 12557425.
HSL color Cylindrical-coordinate representation of color #719CBF: hue angle of 206.92º degrees, saturation: 0.38, 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 #719CBF is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 156 | 191 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.25 |
| HSL | 206.92º | 0.38% | 0.6% | - |
| HSV(B) | 206.92º | 0.41% | 0.75% | - |
| XYZ | 28.1 | 31.05 | 53.8 | - |
| YUV | 147.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 191 | 0.41 | 0.18 | 0 | 0.25 | 206.92 | 0.38 | 0.6 |
| Hex | 71 | 9C | BF | 29 | 12 | 0 | 19 | CF | 26 | 3C |
| Octal | 161 | 234 | 277 | 51 | 22 | 0 | 31 | 317 | 46 | 74 |
| Binary | 1110001 | 10011100 | 10111111 | 101001 | 10010 | 0 | 11001 | 11001111 | 100110 | 111100 |
Color Harmonies of #719CBF
Complementary color
Monochromatic Colors of #719CBF
Black with #719CBF
Text Example
Text Example
White with #719CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719CBF; }
p { color: rgb(113,156,191); }
H1.HeaderClassName
{
color: #719CBF;
}
.AnyTagClassName
{
color: #719CBF;
}
</style>
background-color css
<style>
a { background-color: #719CBF; }
a { background-color: rgb(113,156,191); }
div.DivClassName
{
background-color: #719CBF;
}
.BgClassName
{
background-color: #719CBF;
}
</style>
border-color css
<style>
span { border-color: #719CBF; }
span { border-color: rgb(113,156,191); }
td.TdClassName
{
border-color: #719CBF;
}
.TagClassName
{
border-color: #719CBF;
}
</style>