Shades of Shakespeare #7099BA
Tints of Shakespeare #7099BA
RGB
CMYK
RGB Variations
Color information
#7099BA (or 0x7099BA) is known color: Shakespeare. HEX triplet: 70, 99 and BA. RGB value is (112,153,186). Sum of RGB (Red+Green+Blue) = 112+153+186=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #7099BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7099BA is #8F6645. Grayscale: #909090. Windows color (decimal): -9397830 or 12228976. OLE color: 12228976.
HSL color Cylindrical-coordinate representation of color #7099BA: hue angle of 206.76º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7099BA is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 153 | 186 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.27 |
| HSL | 206.76º | 0.35% | 0.58% | - |
| HSV(B) | 206.76º | 0.4% | 0.73% | - |
| XYZ | 26.94 | 29.77 | 50.78 | - |
| YUV | 144.5 | 151.42 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 186 | 0.40 | 0.18 | 0 | 0.27 | 206.76 | 0.35 | 0.58 |
| Hex | 70 | 99 | BA | 28 | 12 | 0 | 1B | CF | 23 | 3A |
| Octal | 160 | 231 | 272 | 50 | 22 | 0 | 33 | 317 | 43 | 72 |
| Binary | 1110000 | 10011001 | 10111010 | 101000 | 10010 | 0 | 11011 | 11001111 | 100011 | 111010 |
Color Harmonies of #7099BA
Complementary color
Monochromatic Colors of #7099BA
Black with #7099BA
Text Example
Text Example
White with #7099BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7099BA; }
p { color: rgb(112,153,186); }
H1.HeaderClassName
{
color: #7099BA;
}
.AnyTagClassName
{
color: #7099BA;
}
</style>
background-color css
<style>
a { background-color: #7099BA; }
a { background-color: rgb(112,153,186); }
div.DivClassName
{
background-color: #7099BA;
}
.BgClassName
{
background-color: #7099BA;
}
</style>
border-color css
<style>
span { border-color: #7099BA; }
span { border-color: rgb(112,153,186); }
td.TdClassName
{
border-color: #7099BA;
}
.TagClassName
{
border-color: #7099BA;
}
</style>