Shades of Shakespeare #7396BB
Tints of Shakespeare #7396BB
RGB
CMYK
RGB Variations
Color information
#7396BB (or 0x7396BB) is known color: Shakespeare. HEX triplet: 73, 96 and BB. RGB value is (115,150,187). Sum of RGB (Red+Green+Blue) = 115+150+187=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #7396BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7396BB is #8C6944. Grayscale: #8F8F8F. Windows color (decimal): -9201989 or 12293747. OLE color: 12293747.
HSL color Cylindrical-coordinate representation of color #7396BB: hue angle of 210.83º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7396BB is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 150 | 187 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.27 |
| HSL | 210.83º | 0.35% | 0.59% | - |
| HSV(B) | 210.83º | 0.39% | 0.73% | - |
| XYZ | 26.95 | 29.05 | 51.2 | - |
| YUV | 143.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 187 | 0.39 | 0.20 | 0 | 0.27 | 210.83 | 0.35 | 0.59 |
| Hex | 73 | 96 | BB | 27 | 14 | 0 | 1B | D3 | 23 | 3B |
| Octal | 163 | 226 | 273 | 47 | 24 | 0 | 33 | 323 | 43 | 73 |
| Binary | 1110011 | 10010110 | 10111011 | 100111 | 10100 | 0 | 11011 | 11010011 | 100011 | 111011 |
Color Harmonies of #7396BB
Complementary color
Monochromatic Colors of #7396BB
Black with #7396BB
Text Example
Text Example
White with #7396BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7396BB; }
p { color: rgb(115,150,187); }
H1.HeaderClassName
{
color: #7396BB;
}
.AnyTagClassName
{
color: #7396BB;
}
</style>
background-color css
<style>
a { background-color: #7396BB; }
a { background-color: rgb(115,150,187); }
div.DivClassName
{
background-color: #7396BB;
}
.BgClassName
{
background-color: #7396BB;
}
</style>
border-color css
<style>
span { border-color: #7396BB; }
span { border-color: rgb(115,150,187); }
td.TdClassName
{
border-color: #7396BB;
}
.TagClassName
{
border-color: #7396BB;
}
</style>