Shades of Shakespeare #7096BC
Tints of Shakespeare #7096BC
RGB
CMYK
RGB Variations
Color information
#7096BC (or 0x7096BC) is known color: Shakespeare. HEX triplet: 70, 96 and BC. RGB value is (112,150,188). Sum of RGB (Red+Green+Blue) = 112+150+188=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #7096BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7096BC is #8F6943. Grayscale: #8E8E8E. Windows color (decimal): -9398596 or 12359280. OLE color: 12359280.
HSL color Cylindrical-coordinate representation of color #7096BC: hue angle of 210º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7096BC is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 150 | 188 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.26 |
| HSL | 210º | 0.36% | 0.59% | - |
| HSV(B) | 210º | 0.4% | 0.74% | - |
| XYZ | 26.67 | 28.89 | 51.75 | - |
| YUV | 142.97 | 153.41 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 188 | 0.40 | 0.20 | 0 | 0.26 | 210 | 0.36 | 0.59 |
| Hex | 70 | 96 | BC | 28 | 14 | 0 | 1A | D2 | 24 | 3B |
| Octal | 160 | 226 | 274 | 50 | 24 | 0 | 32 | 322 | 44 | 73 |
| Binary | 1110000 | 10010110 | 10111100 | 101000 | 10100 | 0 | 11010 | 11010010 | 100100 | 111011 |
Color Harmonies of #7096BC
Complementary color
Monochromatic Colors of #7096BC
Black with #7096BC
Text Example
Text Example
White with #7096BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7096BC; }
p { color: rgb(112,150,188); }
H1.HeaderClassName
{
color: #7096BC;
}
.AnyTagClassName
{
color: #7096BC;
}
</style>
background-color css
<style>
a { background-color: #7096BC; }
a { background-color: rgb(112,150,188); }
div.DivClassName
{
background-color: #7096BC;
}
.BgClassName
{
background-color: #7096BC;
}
</style>
border-color css
<style>
span { border-color: #7096BC; }
span { border-color: rgb(112,150,188); }
td.TdClassName
{
border-color: #7096BC;
}
.TagClassName
{
border-color: #7096BC;
}
</style>