Shades of Shakespeare #7196C0
Tints of Shakespeare #7196C0
RGB
CMYK
RGB Variations
Color information
#7196C0 (or 0x7196C0) is known color: Shakespeare. HEX triplet: 71, 96 and C0. RGB value is (113,150,192). Sum of RGB (Red+Green+Blue) = 113+150+192=455 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.84% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #7196C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7196C0 is #8E693F. Grayscale: #8F8F8F. Windows color (decimal): -9333056 or 12621425. OLE color: 12621425.
HSL color Cylindrical-coordinate representation of color #7196C0: hue angle of 211.9º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7196C0 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 150 | 192 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.25 |
| HSL | 211.9º | 0.39% | 0.6% | - |
| HSV(B) | 211.9º | 0.41% | 0.75% | - |
| XYZ | 27.23 | 29.13 | 54.06 | - |
| YUV | 143.73 | 155.24 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 150 | 192 | 0.41 | 0.22 | 0 | 0.25 | 211.9 | 0.39 | 0.6 |
| Hex | 71 | 96 | C0 | 29 | 16 | 0 | 19 | D4 | 27 | 3C |
| Octal | 161 | 226 | 300 | 51 | 26 | 0 | 31 | 324 | 47 | 74 |
| Binary | 1110001 | 10010110 | 11000000 | 101001 | 10110 | 0 | 11001 | 11010100 | 100111 | 111100 |
Color Harmonies of #7196C0
Complementary color
Monochromatic Colors of #7196C0
Black with #7196C0
Text Example
Text Example
White with #7196C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7196C0; }
p { color: rgb(113,150,192); }
H1.HeaderClassName
{
color: #7196C0;
}
.AnyTagClassName
{
color: #7196C0;
}
</style>
background-color css
<style>
a { background-color: #7196C0; }
a { background-color: rgb(113,150,192); }
div.DivClassName
{
background-color: #7196C0;
}
.BgClassName
{
background-color: #7196C0;
}
</style>
border-color css
<style>
span { border-color: #7196C0; }
span { border-color: rgb(113,150,192); }
td.TdClassName
{
border-color: #7196C0;
}
.TagClassName
{
border-color: #7196C0;
}
</style>