Shades of Shakespeare #7199BD
Tints of Shakespeare #7199BD
RGB
CMYK
RGB Variations
Color information
#7199BD (or 0x7199BD) is known color: Shakespeare. HEX triplet: 71, 99 and BD. RGB value is (113,153,189). Sum of RGB (Red+Green+Blue) = 113+153+189=455 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.84% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #7199BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7199BD is #8E6642. Grayscale: #909090. Windows color (decimal): -9332291 or 12425585. OLE color: 12425585.
HSL color Cylindrical-coordinate representation of color #7199BD: hue angle of 208.42º degrees, saturation: 0.37, 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 #7199BD is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 153 | 189 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.26 |
| HSL | 208.42º | 0.37% | 0.59% | - |
| HSV(B) | 208.42º | 0.4% | 0.74% | - |
| XYZ | 27.39 | 29.97 | 52.48 | - |
| YUV | 145.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 153 | 189 | 0.40 | 0.19 | 0 | 0.26 | 208.42 | 0.37 | 0.59 |
| Hex | 71 | 99 | BD | 28 | 13 | 0 | 1A | D0 | 25 | 3B |
| Octal | 161 | 231 | 275 | 50 | 23 | 0 | 32 | 320 | 45 | 73 |
| Binary | 1110001 | 10011001 | 10111101 | 101000 | 10011 | 0 | 11010 | 11010000 | 100101 | 111011 |
Color Harmonies of #7199BD
Complementary color
Monochromatic Colors of #7199BD
Black with #7199BD
Text Example
Text Example
White with #7199BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7199BD; }
p { color: rgb(113,153,189); }
H1.HeaderClassName
{
color: #7199BD;
}
.AnyTagClassName
{
color: #7199BD;
}
</style>
background-color css
<style>
a { background-color: #7199BD; }
a { background-color: rgb(113,153,189); }
div.DivClassName
{
background-color: #7199BD;
}
.BgClassName
{
background-color: #7199BD;
}
</style>
border-color css
<style>
span { border-color: #7199BD; }
span { border-color: rgb(113,153,189); }
td.TdClassName
{
border-color: #7199BD;
}
.TagClassName
{
border-color: #7199BD;
}
</style>