Shades of Shakespeare #7194BB
Tints of Shakespeare #7194BB
RGB
CMYK
RGB Variations
Color information
#7194BB (or 0x7194BB) is known color: Shakespeare. HEX triplet: 71, 94 and BB. RGB value is (113,148,187). Sum of RGB (Red+Green+Blue) = 113+148+187=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #7194BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7194BB is #8E6B44. Grayscale: #8D8D8D. Windows color (decimal): -9333573 or 12293233. OLE color: 12293233.
HSL color Cylindrical-coordinate representation of color #7194BB: hue angle of 211.62º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7194BB is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 148 | 187 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.27 |
| HSL | 211.62º | 0.35% | 0.59% | - |
| HSV(B) | 211.62º | 0.4% | 0.73% | - |
| XYZ | 26.37 | 28.28 | 51.08 | - |
| YUV | 141.98 | 153.4 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 148 | 187 | 0.40 | 0.21 | 0 | 0.27 | 211.62 | 0.35 | 0.59 |
| Hex | 71 | 94 | BB | 28 | 15 | 0 | 1B | D4 | 23 | 3B |
| Octal | 161 | 224 | 273 | 50 | 25 | 0 | 33 | 324 | 43 | 73 |
| Binary | 1110001 | 10010100 | 10111011 | 101000 | 10101 | 0 | 11011 | 11010100 | 100011 | 111011 |
Color Harmonies of #7194BB
Complementary color
Monochromatic Colors of #7194BB
Black with #7194BB
Text Example
Text Example
White with #7194BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7194BB; }
p { color: rgb(113,148,187); }
H1.HeaderClassName
{
color: #7194BB;
}
.AnyTagClassName
{
color: #7194BB;
}
</style>
background-color css
<style>
a { background-color: #7194BB; }
a { background-color: rgb(113,148,187); }
div.DivClassName
{
background-color: #7194BB;
}
.BgClassName
{
background-color: #7194BB;
}
</style>
border-color css
<style>
span { border-color: #7194BB; }
span { border-color: rgb(113,148,187); }
td.TdClassName
{
border-color: #7194BB;
}
.TagClassName
{
border-color: #7194BB;
}
</style>