Shades of Shakespeare #719CBC
Tints of Shakespeare #719CBC
RGB
CMYK
RGB Variations
Color information
#719CBC (or 0x719CBC) is known color: Shakespeare. HEX triplet: 71, 9C and BC. RGB value is (113,156,188). Sum of RGB (Red+Green+Blue) = 113+156+188=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #719CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CBC is #8E6343. Grayscale: #929292. Windows color (decimal): -9331524 or 12360817. OLE color: 12360817.
HSL color Cylindrical-coordinate representation of color #719CBC: hue angle of 205.6º degrees, saturation: 0.36, 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 #719CBC is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 156 | 188 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.26 |
| HSL | 205.6º | 0.36% | 0.59% | - |
| HSV(B) | 205.6º | 0.4% | 0.74% | - |
| XYZ | 27.78 | 30.92 | 52.08 | - |
| YUV | 146.79 | 151.25 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 188 | 0.40 | 0.17 | 0 | 0.26 | 205.6 | 0.36 | 0.59 |
| Hex | 71 | 9C | BC | 28 | 11 | 0 | 1A | CE | 24 | 3B |
| Octal | 161 | 234 | 274 | 50 | 21 | 0 | 32 | 316 | 44 | 73 |
| Binary | 1110001 | 10011100 | 10111100 | 101000 | 10001 | 0 | 11010 | 11001110 | 100100 | 111011 |
Color Harmonies of #719CBC
Complementary color
Monochromatic Colors of #719CBC
Black with #719CBC
Text Example
Text Example
White with #719CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719CBC; }
p { color: rgb(113,156,188); }
H1.HeaderClassName
{
color: #719CBC;
}
.AnyTagClassName
{
color: #719CBC;
}
</style>
background-color css
<style>
a { background-color: #719CBC; }
a { background-color: rgb(113,156,188); }
div.DivClassName
{
background-color: #719CBC;
}
.BgClassName
{
background-color: #719CBC;
}
</style>
border-color css
<style>
span { border-color: #719CBC; }
span { border-color: rgb(113,156,188); }
td.TdClassName
{
border-color: #719CBC;
}
.TagClassName
{
border-color: #719CBC;
}
</style>