Shades of Shakespeare #7496BA
Tints of Shakespeare #7496BA
RGB
CMYK
RGB Variations
Color information
#7496BA (or 0x7496BA) is known color: Shakespeare. HEX triplet: 74, 96 and BA. RGB value is (116,150,186). Sum of RGB (Red+Green+Blue) = 116+150+186=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #7496BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7496BA is #8B6945. Grayscale: #8F8F8F. Windows color (decimal): -9136454 or 12228212. OLE color: 12228212.
HSL color Cylindrical-coordinate representation of color #7496BA: hue angle of 210.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7496BA is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 150 | 186 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.27 |
| HSL | 210.86º | 0.34% | 0.59% | - |
| HSV(B) | 210.86º | 0.38% | 0.73% | - |
| XYZ | 26.97 | 29.07 | 50.64 | - |
| YUV | 143.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 150 | 186 | 0.38 | 0.19 | 0 | 0.27 | 210.86 | 0.34 | 0.59 |
| Hex | 74 | 96 | BA | 26 | 13 | 0 | 1B | D3 | 22 | 3B |
| Octal | 164 | 226 | 272 | 46 | 23 | 0 | 33 | 323 | 42 | 73 |
| Binary | 1110100 | 10010110 | 10111010 | 100110 | 10011 | 0 | 11011 | 11010011 | 100010 | 111011 |
Color Harmonies of #7496BA
Complementary color
Monochromatic Colors of #7496BA
Black with #7496BA
Text Example
Text Example
White with #7496BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7496BA; }
p { color: rgb(116,150,186); }
H1.HeaderClassName
{
color: #7496BA;
}
.AnyTagClassName
{
color: #7496BA;
}
</style>
background-color css
<style>
a { background-color: #7496BA; }
a { background-color: rgb(116,150,186); }
div.DivClassName
{
background-color: #7496BA;
}
.BgClassName
{
background-color: #7496BA;
}
</style>
border-color css
<style>
span { border-color: #7496BA; }
span { border-color: rgb(116,150,186); }
td.TdClassName
{
border-color: #7496BA;
}
.TagClassName
{
border-color: #7496BA;
}
</style>