Shades of Shakespeare #7096B9
Tints of Shakespeare #7096B9
RGB
CMYK
RGB Variations
Color information
#7096B9 (or 0x7096B9) is known color: Shakespeare. HEX triplet: 70, 96 and B9. RGB value is (112,150,185). Sum of RGB (Red+Green+Blue) = 112+150+185=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: blue. Hex color #7096B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7096B9 is #8F6946. Grayscale: #8E8E8E. Windows color (decimal): -9398599 or 12162672. OLE color: 12162672.
HSL color Cylindrical-coordinate representation of color #7096B9: hue angle of 208.77º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7096B9 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 150 | 185 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.27 |
| HSL | 208.77º | 0.34% | 0.58% | - |
| HSV(B) | 208.77º | 0.39% | 0.73% | - |
| XYZ | 26.35 | 28.76 | 50.06 | - |
| YUV | 142.63 | 151.91 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 185 | 0.39 | 0.19 | 0 | 0.27 | 208.77 | 0.34 | 0.58 |
| Hex | 70 | 96 | B9 | 27 | 13 | 0 | 1B | D1 | 22 | 3A |
| Octal | 160 | 226 | 271 | 47 | 23 | 0 | 33 | 321 | 42 | 72 |
| Binary | 1110000 | 10010110 | 10111001 | 100111 | 10011 | 0 | 11011 | 11010001 | 100010 | 111010 |
Color Harmonies of #7096B9
Complementary color
Monochromatic Colors of #7096B9
Black with #7096B9
Text Example
Text Example
White with #7096B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7096B9; }
p { color: rgb(112,150,185); }
H1.HeaderClassName
{
color: #7096B9;
}
.AnyTagClassName
{
color: #7096B9;
}
</style>
background-color css
<style>
a { background-color: #7096B9; }
a { background-color: rgb(112,150,185); }
div.DivClassName
{
background-color: #7096B9;
}
.BgClassName
{
background-color: #7096B9;
}
</style>
border-color css
<style>
span { border-color: #7096B9; }
span { border-color: rgb(112,150,185); }
td.TdClassName
{
border-color: #7096B9;
}
.TagClassName
{
border-color: #7096B9;
}
</style>