Shades of Shakespeare #7399BC
Tints of Shakespeare #7399BC
RGB
CMYK
RGB Variations
Color information
#7399BC (or 0x7399BC) is known color: Shakespeare. HEX triplet: 73, 99 and BC. RGB value is (115,153,188). Sum of RGB (Red+Green+Blue) = 115+153+188=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #7399BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7399BC is #8C6643. Grayscale: #919191. Windows color (decimal): -9201220 or 12360051. OLE color: 12360051.
HSL color Cylindrical-coordinate representation of color #7399BC: hue angle of 208.77º 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 #7399BC is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 153 | 188 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.26 |
| HSL | 208.77º | 0.35% | 0.59% | - |
| HSV(B) | 208.77º | 0.39% | 0.74% | - |
| XYZ | 27.54 | 30.06 | 51.93 | - |
| YUV | 145.63 | 151.91 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 188 | 0.39 | 0.19 | 0 | 0.26 | 208.77 | 0.35 | 0.59 |
| Hex | 73 | 99 | BC | 27 | 13 | 0 | 1A | D1 | 23 | 3B |
| Octal | 163 | 231 | 274 | 47 | 23 | 0 | 32 | 321 | 43 | 73 |
| Binary | 1110011 | 10011001 | 10111100 | 100111 | 10011 | 0 | 11010 | 11010001 | 100011 | 111011 |
Color Harmonies of #7399BC
Complementary color
Monochromatic Colors of #7399BC
Black with #7399BC
Text Example
Text Example
White with #7399BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7399BC; }
p { color: rgb(115,153,188); }
H1.HeaderClassName
{
color: #7399BC;
}
.AnyTagClassName
{
color: #7399BC;
}
</style>
background-color css
<style>
a { background-color: #7399BC; }
a { background-color: rgb(115,153,188); }
div.DivClassName
{
background-color: #7399BC;
}
.BgClassName
{
background-color: #7399BC;
}
</style>
border-color css
<style>
span { border-color: #7399BC; }
span { border-color: rgb(115,153,188); }
td.TdClassName
{
border-color: #7399BC;
}
.TagClassName
{
border-color: #7399BC;
}
</style>