Shades of Shakespeare #7199BF
Tints of Shakespeare #7199BF
RGB
CMYK
RGB Variations
Color information
#7199BF (or 0x7199BF) is known color: Shakespeare. HEX triplet: 71, 99 and BF. RGB value is (113,153,191). Sum of RGB (Red+Green+Blue) = 113+153+191=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #7199BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7199BF is #8E6640. Grayscale: #919191. Windows color (decimal): -9332289 or 12556657. OLE color: 12556657.
HSL color Cylindrical-coordinate representation of color #7199BF: hue angle of 209.23º degrees, saturation: 0.38, 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 #7199BF is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 153 | 191 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.25 |
| HSL | 209.23º | 0.38% | 0.6% | - |
| HSV(B) | 209.23º | 0.41% | 0.75% | - |
| XYZ | 27.61 | 30.05 | 53.64 | - |
| YUV | 145.37 | 153.75 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 153 | 191 | 0.41 | 0.20 | 0 | 0.25 | 209.23 | 0.38 | 0.6 |
| Hex | 71 | 99 | BF | 29 | 14 | 0 | 19 | D1 | 26 | 3C |
| Octal | 161 | 231 | 277 | 51 | 24 | 0 | 31 | 321 | 46 | 74 |
| Binary | 1110001 | 10011001 | 10111111 | 101001 | 10100 | 0 | 11001 | 11010001 | 100110 | 111100 |
Color Harmonies of #7199BF
Complementary color
Monochromatic Colors of #7199BF
Black with #7199BF
Text Example
Text Example
White with #7199BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7199BF; }
p { color: rgb(113,153,191); }
H1.HeaderClassName
{
color: #7199BF;
}
.AnyTagClassName
{
color: #7199BF;
}
</style>
background-color css
<style>
a { background-color: #7199BF; }
a { background-color: rgb(113,153,191); }
div.DivClassName
{
background-color: #7199BF;
}
.BgClassName
{
background-color: #7199BF;
}
</style>
border-color css
<style>
span { border-color: #7199BF; }
span { border-color: rgb(113,153,191); }
td.TdClassName
{
border-color: #7199BF;
}
.TagClassName
{
border-color: #7199BF;
}
</style>