Shades of Shakespeare #719BB1
Tints of Shakespeare #719BB1
RGB
CMYK
RGB Variations
Color information
#719BB1 (or 0x719BB1) is known color: Shakespeare. HEX triplet: 71, 9B and B1. RGB value is (113,155,177). Sum of RGB (Red+Green+Blue) = 113+155+177=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 177 - color contains mainly: blue. Hex color #719BB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719BB1 is #8E644E. Grayscale: #909090. Windows color (decimal): -9331791 or 11639665. OLE color: 11639665.
HSL color Cylindrical-coordinate representation of color #719BB1: hue angle of 200.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #719BB1 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 155 | 177 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.31 |
| HSL | 200.63º | 0.29% | 0.57% | - |
| HSV(B) | 200.63º | 0.36% | 0.69% | - |
| XYZ | 26.47 | 30.13 | 46.02 | - |
| YUV | 144.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 177 | 0.36 | 0.12 | 0 | 0.31 | 200.63 | 0.29 | 0.57 |
| Hex | 71 | 9B | B1 | 24 | C | 0 | 1F | C9 | 1D | 39 |
| Octal | 161 | 233 | 261 | 44 | 14 | 0 | 37 | 311 | 35 | 71 |
| Binary | 1110001 | 10011011 | 10110001 | 100100 | 1100 | 0 | 11111 | 11001001 | 11101 | 111001 |
Color Harmonies of #719BB1
Complementary color
Monochromatic Colors of #719BB1
Black with #719BB1
Text Example
Text Example
White with #719BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719BB1; }
p { color: rgb(113,155,177); }
H1.HeaderClassName
{
color: #719BB1;
}
.AnyTagClassName
{
color: #719BB1;
}
</style>
background-color css
<style>
a { background-color: #719BB1; }
a { background-color: rgb(113,155,177); }
div.DivClassName
{
background-color: #719BB1;
}
.BgClassName
{
background-color: #719BB1;
}
</style>
border-color css
<style>
span { border-color: #719BB1; }
span { border-color: rgb(113,155,177); }
td.TdClassName
{
border-color: #719BB1;
}
.TagClassName
{
border-color: #719BB1;
}
</style>