Shades of Shakespeare #719DB3
Tints of Shakespeare #719DB3
RGB
CMYK
RGB Variations
Color information
#719DB3 (or 0x719DB3) is known color: Shakespeare. HEX triplet: 71, 9D and B3. RGB value is (113,157,179). Sum of RGB (Red+Green+Blue) = 113+157+179=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 179 - color contains mainly: blue. Hex color #719DB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DB3 is #8E624C. Grayscale: #929292. Windows color (decimal): -9331277 or 11771249. OLE color: 11771249.
HSL color Cylindrical-coordinate representation of color #719DB3: hue angle of 200º 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 #719DB3 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 157 | 179 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.30 |
| HSL | 200º | 0.3% | 0.57% | - |
| HSV(B) | 200º | 0.37% | 0.7% | - |
| XYZ | 27 | 30.88 | 47.18 | - |
| YUV | 146.35 | 146.42 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 179 | 0.37 | 0.12 | 0 | 0.30 | 200 | 0.3 | 0.57 |
| Hex | 71 | 9D | B3 | 25 | C | 0 | 1E | C8 | 1E | 39 |
| Octal | 161 | 235 | 263 | 45 | 14 | 0 | 36 | 310 | 36 | 71 |
| Binary | 1110001 | 10011101 | 10110011 | 100101 | 1100 | 0 | 11110 | 11001000 | 11110 | 111001 |
Color Harmonies of #719DB3
Complementary color
Monochromatic Colors of #719DB3
Black with #719DB3
Text Example
Text Example
White with #719DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719DB3; }
p { color: rgb(113,157,179); }
H1.HeaderClassName
{
color: #719DB3;
}
.AnyTagClassName
{
color: #719DB3;
}
</style>
background-color css
<style>
a { background-color: #719DB3; }
a { background-color: rgb(113,157,179); }
div.DivClassName
{
background-color: #719DB3;
}
.BgClassName
{
background-color: #719DB3;
}
</style>
border-color css
<style>
span { border-color: #719DB3; }
span { border-color: rgb(113,157,179); }
td.TdClassName
{
border-color: #719DB3;
}
.TagClassName
{
border-color: #719DB3;
}
</style>