Shades of Shakespeare #7396BC
Tints of Shakespeare #7396BC
RGB
CMYK
RGB Variations
Color information
#7396BC (or 0x7396BC) is known color: Shakespeare. HEX triplet: 73, 96 and BC. RGB value is (115,150,188). Sum of RGB (Red+Green+Blue) = 115+150+188=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 150 (58.98% from 255 or 33.11% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #7396BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7396BC is #8C6943. Grayscale: #8F8F8F. Windows color (decimal): -9201988 or 12359283. OLE color: 12359283.
HSL color Cylindrical-coordinate representation of color #7396BC: hue angle of 211.23º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7396BC is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 150 | 188 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.26 |
| HSL | 211.23º | 0.35% | 0.59% | - |
| HSV(B) | 211.23º | 0.39% | 0.74% | - |
| XYZ | 27.05 | 29.09 | 51.77 | - |
| YUV | 143.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 188 | 0.39 | 0.20 | 0 | 0.26 | 211.23 | 0.35 | 0.59 |
| Hex | 73 | 96 | BC | 27 | 14 | 0 | 1A | D3 | 23 | 3B |
| Octal | 163 | 226 | 274 | 47 | 24 | 0 | 32 | 323 | 43 | 73 |
| Binary | 1110011 | 10010110 | 10111100 | 100111 | 10100 | 0 | 11010 | 11010011 | 100011 | 111011 |
Color Harmonies of #7396BC
Complementary color
Monochromatic Colors of #7396BC
Black with #7396BC
Text Example
Text Example
White with #7396BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7396BC; }
p { color: rgb(115,150,188); }
H1.HeaderClassName
{
color: #7396BC;
}
.AnyTagClassName
{
color: #7396BC;
}
</style>
background-color css
<style>
a { background-color: #7396BC; }
a { background-color: rgb(115,150,188); }
div.DivClassName
{
background-color: #7396BC;
}
.BgClassName
{
background-color: #7396BC;
}
</style>
border-color css
<style>
span { border-color: #7396BC; }
span { border-color: rgb(115,150,188); }
td.TdClassName
{
border-color: #7396BC;
}
.TagClassName
{
border-color: #7396BC;
}
</style>