Shades of Shakespeare #7397BA
Tints of Shakespeare #7397BA
RGB
CMYK
RGB Variations
Color information
#7397BA (or 0x7397BA) is known color: Shakespeare. HEX triplet: 73, 97 and BA. RGB value is (115,151,186). Sum of RGB (Red+Green+Blue) = 115+151+186=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #7397BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7397BA is #8C6845. Grayscale: #909090. Windows color (decimal): -9201734 or 12228467. OLE color: 12228467.
HSL color Cylindrical-coordinate representation of color #7397BA: hue angle of 209.58º 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 #7397BA is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 151 | 186 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.27 |
| HSL | 209.58º | 0.34% | 0.59% | - |
| HSV(B) | 209.58º | 0.38% | 0.73% | - |
| XYZ | 27 | 29.32 | 50.69 | - |
| YUV | 144.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 151 | 186 | 0.38 | 0.19 | 0 | 0.27 | 209.58 | 0.34 | 0.59 |
| Hex | 73 | 97 | BA | 26 | 13 | 0 | 1B | D2 | 22 | 3B |
| Octal | 163 | 227 | 272 | 46 | 23 | 0 | 33 | 322 | 42 | 73 |
| Binary | 1110011 | 10010111 | 10111010 | 100110 | 10011 | 0 | 11011 | 11010010 | 100010 | 111011 |
Color Harmonies of #7397BA
Complementary color
Monochromatic Colors of #7397BA
Black with #7397BA
Text Example
Text Example
White with #7397BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7397BA; }
p { color: rgb(115,151,186); }
H1.HeaderClassName
{
color: #7397BA;
}
.AnyTagClassName
{
color: #7397BA;
}
</style>
background-color css
<style>
a { background-color: #7397BA; }
a { background-color: rgb(115,151,186); }
div.DivClassName
{
background-color: #7397BA;
}
.BgClassName
{
background-color: #7397BA;
}
</style>
border-color css
<style>
span { border-color: #7397BA; }
span { border-color: rgb(115,151,186); }
td.TdClassName
{
border-color: #7397BA;
}
.TagClassName
{
border-color: #7397BA;
}
</style>