Shades of Shakespeare #7398BC
Tints of Shakespeare #7398BC
RGB
CMYK
RGB Variations
Color information
#7398BC (or 0x7398BC) is known color: Shakespeare. HEX triplet: 73, 98 and BC. RGB value is (115,152,188). Sum of RGB (Red+Green+Blue) = 115+152+188=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #7398BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7398BC is #8C6743. Grayscale: #909090. Windows color (decimal): -9201476 or 12359795. OLE color: 12359795.
HSL color Cylindrical-coordinate representation of color #7398BC: hue angle of 209.59º 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 #7398BC is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 152 | 188 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.26 |
| HSL | 209.59º | 0.35% | 0.59% | - |
| HSV(B) | 209.59º | 0.39% | 0.74% | - |
| XYZ | 27.38 | 29.73 | 51.87 | - |
| YUV | 145.04 | 152.24 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 152 | 188 | 0.39 | 0.19 | 0 | 0.26 | 209.59 | 0.35 | 0.59 |
| Hex | 73 | 98 | BC | 27 | 13 | 0 | 1A | D2 | 23 | 3B |
| Octal | 163 | 230 | 274 | 47 | 23 | 0 | 32 | 322 | 43 | 73 |
| Binary | 1110011 | 10011000 | 10111100 | 100111 | 10011 | 0 | 11010 | 11010010 | 100011 | 111011 |
Color Harmonies of #7398BC
Complementary color
Monochromatic Colors of #7398BC
Black with #7398BC
Text Example
Text Example
White with #7398BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7398BC; }
p { color: rgb(115,152,188); }
H1.HeaderClassName
{
color: #7398BC;
}
.AnyTagClassName
{
color: #7398BC;
}
</style>
background-color css
<style>
a { background-color: #7398BC; }
a { background-color: rgb(115,152,188); }
div.DivClassName
{
background-color: #7398BC;
}
.BgClassName
{
background-color: #7398BC;
}
</style>
border-color css
<style>
span { border-color: #7398BC; }
span { border-color: rgb(115,152,188); }
td.TdClassName
{
border-color: #7398BC;
}
.TagClassName
{
border-color: #7398BC;
}
</style>