Shades of Shakespeare #7396B3
Tints of Shakespeare #7396B3
RGB
CMYK
RGB Variations
Color information
#7396B3 (or 0x7396B3) is known color: Shakespeare. HEX triplet: 73, 96 and B3. RGB value is (115,150,179). Sum of RGB (Red+Green+Blue) = 115+150+179=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 179 - color contains mainly: blue. Hex color #7396B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7396B3 is #8C694C. Grayscale: #8E8E8E. Windows color (decimal): -9201997 or 11769459. OLE color: 11769459.
HSL color Cylindrical-coordinate representation of color #7396B3: hue angle of 207.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7396B3 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 150 | 179 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.30 |
| HSL | 207.19º | 0.3% | 0.58% | - |
| HSV(B) | 207.19º | 0.36% | 0.7% | - |
| XYZ | 26.11 | 28.71 | 46.81 | - |
| YUV | 142.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 150 | 179 | 0.36 | 0.16 | 0 | 0.30 | 207.19 | 0.3 | 0.58 |
| Hex | 73 | 96 | B3 | 24 | 10 | 0 | 1E | CF | 1E | 3A |
| Octal | 163 | 226 | 263 | 44 | 20 | 0 | 36 | 317 | 36 | 72 |
| Binary | 1110011 | 10010110 | 10110011 | 100100 | 10000 | 0 | 11110 | 11001111 | 11110 | 111010 |
Color Harmonies of #7396B3
Complementary color
Monochromatic Colors of #7396B3
Black with #7396B3
Text Example
Text Example
White with #7396B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7396B3; }
p { color: rgb(115,150,179); }
H1.HeaderClassName
{
color: #7396B3;
}
.AnyTagClassName
{
color: #7396B3;
}
</style>
background-color css
<style>
a { background-color: #7396B3; }
a { background-color: rgb(115,150,179); }
div.DivClassName
{
background-color: #7396B3;
}
.BgClassName
{
background-color: #7396B3;
}
</style>
border-color css
<style>
span { border-color: #7396B3; }
span { border-color: rgb(115,150,179); }
td.TdClassName
{
border-color: #7396B3;
}
.TagClassName
{
border-color: #7396B3;
}
</style>