Shades of Shakespeare #7096B0
Tints of Shakespeare #7096B0
RGB
CMYK
RGB Variations
Color information
#7096B0 (or 0x7096B0) is known color: Shakespeare. HEX triplet: 70, 96 and B0. RGB value is (112,150,176). Sum of RGB (Red+Green+Blue) = 112+150+176=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 176 - color contains mainly: blue. Hex color #7096B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7096B0 is #8F694F. Grayscale: #8D8D8D. Windows color (decimal): -9398608 or 11572848. OLE color: 11572848.
HSL color Cylindrical-coordinate representation of color #7096B0: hue angle of 204.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7096B0 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 150 | 176 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.31 |
| HSL | 204.38º | 0.29% | 0.56% | - |
| HSV(B) | 204.38º | 0.36% | 0.69% | - |
| XYZ | 25.42 | 28.39 | 45.21 | - |
| YUV | 141.6 | 147.41 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 176 | 0.36 | 0.15 | 0 | 0.31 | 204.38 | 0.29 | 0.56 |
| Hex | 70 | 96 | B0 | 24 | F | 0 | 1F | CC | 1D | 38 |
| Octal | 160 | 226 | 260 | 44 | 17 | 0 | 37 | 314 | 35 | 70 |
| Binary | 1110000 | 10010110 | 10110000 | 100100 | 1111 | 0 | 11111 | 11001100 | 11101 | 111000 |
Color Harmonies of #7096B0
Complementary color
Monochromatic Colors of #7096B0
Black with #7096B0
Text Example
Text Example
White with #7096B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7096B0; }
p { color: rgb(112,150,176); }
H1.HeaderClassName
{
color: #7096B0;
}
.AnyTagClassName
{
color: #7096B0;
}
</style>
background-color css
<style>
a { background-color: #7096B0; }
a { background-color: rgb(112,150,176); }
div.DivClassName
{
background-color: #7096B0;
}
.BgClassName
{
background-color: #7096B0;
}
</style>
border-color css
<style>
span { border-color: #7096B0; }
span { border-color: rgb(112,150,176); }
td.TdClassName
{
border-color: #7096B0;
}
.TagClassName
{
border-color: #7096B0;
}
</style>