Shades of Shakespeare #7396B6
Tints of Shakespeare #7396B6
RGB
CMYK
RGB Variations
Color information
#7396B6 (or 0x7396B6) is known color: Shakespeare. HEX triplet: 73, 96 and B6. RGB value is (115,150,182). Sum of RGB (Red+Green+Blue) = 115+150+182=447 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.73% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 182 - color contains mainly: blue. Hex color #7396B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7396B6 is #8C6949. Grayscale: #8F8F8F. Windows color (decimal): -9201994 or 11966067. OLE color: 11966067.
HSL color Cylindrical-coordinate representation of color #7396B6: hue angle of 208.66º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7396B6 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 150 | 182 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.29 |
| HSL | 208.66º | 0.31% | 0.58% | - |
| HSV(B) | 208.66º | 0.37% | 0.71% | - |
| XYZ | 26.42 | 28.83 | 48.43 | - |
| YUV | 143.18 | 149.9 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 182 | 0.37 | 0.18 | 0 | 0.29 | 208.66 | 0.31 | 0.58 |
| Hex | 73 | 96 | B6 | 25 | 12 | 0 | 1D | D1 | 1F | 3A |
| Octal | 163 | 226 | 266 | 45 | 22 | 0 | 35 | 321 | 37 | 72 |
| Binary | 1110011 | 10010110 | 10110110 | 100101 | 10010 | 0 | 11101 | 11010001 | 11111 | 111010 |
Color Harmonies of #7396B6
Complementary color
Monochromatic Colors of #7396B6
Black with #7396B6
Text Example
Text Example
White with #7396B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7396B6; }
p { color: rgb(115,150,182); }
H1.HeaderClassName
{
color: #7396B6;
}
.AnyTagClassName
{
color: #7396B6;
}
</style>
background-color css
<style>
a { background-color: #7396B6; }
a { background-color: rgb(115,150,182); }
div.DivClassName
{
background-color: #7396B6;
}
.BgClassName
{
background-color: #7396B6;
}
</style>
border-color css
<style>
span { border-color: #7396B6; }
span { border-color: rgb(115,150,182); }
td.TdClassName
{
border-color: #7396B6;
}
.TagClassName
{
border-color: #7396B6;
}
</style>