Shades of Shakespeare #7399BB
Tints of Shakespeare #7399BB
RGB
CMYK
RGB Variations
Color information
#7399BB (or 0x7399BB) is known color: Shakespeare. HEX triplet: 73, 99 and BB. RGB value is (115,153,187). Sum of RGB (Red+Green+Blue) = 115+153+187=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #7399BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7399BB is #8C6644. Grayscale: #919191. Windows color (decimal): -9201221 or 12294515. OLE color: 12294515.
HSL color Cylindrical-coordinate representation of color #7399BB: hue angle of 208.33º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7399BB is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 153 | 187 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.27 |
| HSL | 208.33º | 0.35% | 0.59% | - |
| HSV(B) | 208.33º | 0.39% | 0.73% | - |
| XYZ | 27.43 | 30.02 | 51.36 | - |
| YUV | 145.51 | 151.41 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 187 | 0.39 | 0.18 | 0 | 0.27 | 208.33 | 0.35 | 0.59 |
| Hex | 73 | 99 | BB | 27 | 12 | 0 | 1B | D0 | 23 | 3B |
| Octal | 163 | 231 | 273 | 47 | 22 | 0 | 33 | 320 | 43 | 73 |
| Binary | 1110011 | 10011001 | 10111011 | 100111 | 10010 | 0 | 11011 | 11010000 | 100011 | 111011 |
Color Harmonies of #7399BB
Complementary color
Monochromatic Colors of #7399BB
Black with #7399BB
Text Example
Text Example
White with #7399BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7399BB; }
p { color: rgb(115,153,187); }
H1.HeaderClassName
{
color: #7399BB;
}
.AnyTagClassName
{
color: #7399BB;
}
</style>
background-color css
<style>
a { background-color: #7399BB; }
a { background-color: rgb(115,153,187); }
div.DivClassName
{
background-color: #7399BB;
}
.BgClassName
{
background-color: #7399BB;
}
</style>
border-color css
<style>
span { border-color: #7399BB; }
span { border-color: rgb(115,153,187); }
td.TdClassName
{
border-color: #7399BB;
}
.TagClassName
{
border-color: #7399BB;
}
</style>