Shades of Shakespeare #7096B6
Tints of Shakespeare #7096B6
RGB
CMYK
RGB Variations
Color information
#7096B6 (or 0x7096B6) is known color: Shakespeare. HEX triplet: 70, 96 and B6. RGB value is (112,150,182). Sum of RGB (Red+Green+Blue) = 112+150+182=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 182 - color contains mainly: blue. Hex color #7096B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7096B6 is #8F6949. Grayscale: #8E8E8E. Windows color (decimal): -9398602 or 11966064. OLE color: 11966064.
HSL color Cylindrical-coordinate representation of color #7096B6: hue angle of 207.43º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7096B6 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 150 | 182 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.29 |
| HSL | 207.43º | 0.32% | 0.58% | - |
| HSV(B) | 207.43º | 0.38% | 0.71% | - |
| XYZ | 26.03 | 28.63 | 48.41 | - |
| YUV | 142.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 182 | 0.38 | 0.18 | 0 | 0.29 | 207.43 | 0.32 | 0.58 |
| Hex | 70 | 96 | B6 | 26 | 12 | 0 | 1D | CF | 20 | 3A |
| Octal | 160 | 226 | 266 | 46 | 22 | 0 | 35 | 317 | 40 | 72 |
| Binary | 1110000 | 10010110 | 10110110 | 100110 | 10010 | 0 | 11101 | 11001111 | 100000 | 111010 |
Color Harmonies of #7096B6
Complementary color
Monochromatic Colors of #7096B6
Black with #7096B6
Text Example
Text Example
White with #7096B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7096B6; }
p { color: rgb(112,150,182); }
H1.HeaderClassName
{
color: #7096B6;
}
.AnyTagClassName
{
color: #7096B6;
}
</style>
background-color css
<style>
a { background-color: #7096B6; }
a { background-color: rgb(112,150,182); }
div.DivClassName
{
background-color: #7096B6;
}
.BgClassName
{
background-color: #7096B6;
}
</style>
border-color css
<style>
span { border-color: #7096B6; }
span { border-color: rgb(112,150,182); }
td.TdClassName
{
border-color: #7096B6;
}
.TagClassName
{
border-color: #7096B6;
}
</style>