Shades of Shakespeare #719CBD
Tints of Shakespeare #719CBD
RGB
CMYK
RGB Variations
Color information
#719CBD (or 0x719CBD) is known color: Shakespeare. HEX triplet: 71, 9C and BD. RGB value is (113,156,189). Sum of RGB (Red+Green+Blue) = 113+156+189=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #719CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CBD is #8E6342. Grayscale: #929292. Windows color (decimal): -9331523 or 12426353. OLE color: 12426353.
HSL color Cylindrical-coordinate representation of color #719CBD: hue angle of 206.05º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #719CBD is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 156 | 189 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.26 |
| HSL | 206.05º | 0.37% | 0.59% | - |
| HSV(B) | 206.05º | 0.4% | 0.74% | - |
| XYZ | 27.88 | 30.96 | 52.65 | - |
| YUV | 146.91 | 151.75 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 189 | 0.40 | 0.17 | 0 | 0.26 | 206.05 | 0.37 | 0.59 |
| Hex | 71 | 9C | BD | 28 | 11 | 0 | 1A | CE | 25 | 3B |
| Octal | 161 | 234 | 275 | 50 | 21 | 0 | 32 | 316 | 45 | 73 |
| Binary | 1110001 | 10011100 | 10111101 | 101000 | 10001 | 0 | 11010 | 11001110 | 100101 | 111011 |
Color Harmonies of #719CBD
Complementary color
Monochromatic Colors of #719CBD
Black with #719CBD
Text Example
Text Example
White with #719CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719CBD; }
p { color: rgb(113,156,189); }
H1.HeaderClassName
{
color: #719CBD;
}
.AnyTagClassName
{
color: #719CBD;
}
</style>
background-color css
<style>
a { background-color: #719CBD; }
a { background-color: rgb(113,156,189); }
div.DivClassName
{
background-color: #719CBD;
}
.BgClassName
{
background-color: #719CBD;
}
</style>
border-color css
<style>
span { border-color: #719CBD; }
span { border-color: rgb(113,156,189); }
td.TdClassName
{
border-color: #719CBD;
}
.TagClassName
{
border-color: #719CBD;
}
</style>