Shades of Shakespeare #719FB3
Tints of Shakespeare #719FB3
RGB
CMYK
RGB Variations
Color information
#719FB3 (or 0x719FB3) is known color: Shakespeare. HEX triplet: 71, 9F and B3. RGB value is (113,159,179). Sum of RGB (Red+Green+Blue) = 113+159+179=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 179 - color contains mainly: blue. Hex color #719FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719FB3 is #8E604C. Grayscale: #939393. Windows color (decimal): -9330765 or 11771761. OLE color: 11771761.
HSL color Cylindrical-coordinate representation of color #719FB3: hue angle of 198.18º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #719FB3 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 159 | 179 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.30 |
| HSL | 198.18º | 0.3% | 0.57% | - |
| HSV(B) | 198.18º | 0.37% | 0.7% | - |
| XYZ | 27.34 | 31.56 | 47.3 | - |
| YUV | 147.53 | 145.76 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 179 | 0.37 | 0.11 | 0 | 0.30 | 198.18 | 0.3 | 0.57 |
| Hex | 71 | 9F | B3 | 25 | B | 0 | 1E | C6 | 1E | 39 |
| Octal | 161 | 237 | 263 | 45 | 13 | 0 | 36 | 306 | 36 | 71 |
| Binary | 1110001 | 10011111 | 10110011 | 100101 | 1011 | 0 | 11110 | 11000110 | 11110 | 111001 |
Color Harmonies of #719FB3
Complementary color
Monochromatic Colors of #719FB3
Black with #719FB3
Text Example
Text Example
White with #719FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FB3; }
p { color: rgb(113,159,179); }
H1.HeaderClassName
{
color: #719FB3;
}
.AnyTagClassName
{
color: #719FB3;
}
</style>
background-color css
<style>
a { background-color: #719FB3; }
a { background-color: rgb(113,159,179); }
div.DivClassName
{
background-color: #719FB3;
}
.BgClassName
{
background-color: #719FB3;
}
</style>
border-color css
<style>
span { border-color: #719FB3; }
span { border-color: rgb(113,159,179); }
td.TdClassName
{
border-color: #719FB3;
}
.TagClassName
{
border-color: #719FB3;
}
</style>