Shades of Shakespeare #7398BA
Tints of Shakespeare #7398BA
RGB
CMYK
RGB Variations
Color information
#7398BA (or 0x7398BA) is known color: Shakespeare. HEX triplet: 73, 98 and BA. RGB value is (115,152,186). Sum of RGB (Red+Green+Blue) = 115+152+186=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 152 (59.77% from 255 or 33.55% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #7398BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7398BA is #8C6745. Grayscale: #909090. Windows color (decimal): -9201478 or 12228723. OLE color: 12228723.
HSL color Cylindrical-coordinate representation of color #7398BA: hue angle of 208.73º 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 #7398BA is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 152 | 186 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.27 |
| HSL | 208.73º | 0.34% | 0.59% | - |
| HSV(B) | 208.73º | 0.38% | 0.73% | - |
| XYZ | 27.16 | 29.65 | 50.75 | - |
| YUV | 144.81 | 151.24 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 152 | 186 | 0.38 | 0.18 | 0 | 0.27 | 208.73 | 0.34 | 0.59 |
| Hex | 73 | 98 | BA | 26 | 12 | 0 | 1B | D1 | 22 | 3B |
| Octal | 163 | 230 | 272 | 46 | 22 | 0 | 33 | 321 | 42 | 73 |
| Binary | 1110011 | 10011000 | 10111010 | 100110 | 10010 | 0 | 11011 | 11010001 | 100010 | 111011 |
Color Harmonies of #7398BA
Complementary color
Monochromatic Colors of #7398BA
Black with #7398BA
Text Example
Text Example
White with #7398BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7398BA; }
p { color: rgb(115,152,186); }
H1.HeaderClassName
{
color: #7398BA;
}
.AnyTagClassName
{
color: #7398BA;
}
</style>
background-color css
<style>
a { background-color: #7398BA; }
a { background-color: rgb(115,152,186); }
div.DivClassName
{
background-color: #7398BA;
}
.BgClassName
{
background-color: #7398BA;
}
</style>
border-color css
<style>
span { border-color: #7398BA; }
span { border-color: rgb(115,152,186); }
td.TdClassName
{
border-color: #7398BA;
}
.TagClassName
{
border-color: #7398BA;
}
</style>