Shades of Shakespeare #7199B0
Tints of Shakespeare #7199B0
RGB
CMYK
RGB Variations
Color information
#7199B0 (or 0x7199B0) is known color: Shakespeare. HEX triplet: 71, 99 and B0. RGB value is (113,153,176). Sum of RGB (Red+Green+Blue) = 113+153+176=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 176 (69.14% from 255 or 39.82% from 442); Max value from RGB is 176 - color contains mainly: blue. Hex color #7199B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7199B0 is #8E664F. Grayscale: #8F8F8F. Windows color (decimal): -9332304 or 11573617. OLE color: 11573617.
HSL color Cylindrical-coordinate representation of color #7199B0: hue angle of 201.9º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7199B0 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 153 | 176 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.31 |
| HSL | 201.9º | 0.29% | 0.57% | - |
| HSV(B) | 201.9º | 0.36% | 0.69% | - |
| XYZ | 26.04 | 29.43 | 45.38 | - |
| YUV | 143.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 153 | 176 | 0.36 | 0.13 | 0 | 0.31 | 201.9 | 0.29 | 0.57 |
| Hex | 71 | 99 | B0 | 24 | D | 0 | 1F | CA | 1D | 39 |
| Octal | 161 | 231 | 260 | 44 | 15 | 0 | 37 | 312 | 35 | 71 |
| Binary | 1110001 | 10011001 | 10110000 | 100100 | 1101 | 0 | 11111 | 11001010 | 11101 | 111001 |
Color Harmonies of #7199B0
Complementary color
Monochromatic Colors of #7199B0
Black with #7199B0
Text Example
Text Example
White with #7199B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7199B0; }
p { color: rgb(113,153,176); }
H1.HeaderClassName
{
color: #7199B0;
}
.AnyTagClassName
{
color: #7199B0;
}
</style>
background-color css
<style>
a { background-color: #7199B0; }
a { background-color: rgb(113,153,176); }
div.DivClassName
{
background-color: #7199B0;
}
.BgClassName
{
background-color: #7199B0;
}
</style>
border-color css
<style>
span { border-color: #7199B0; }
span { border-color: rgb(113,153,176); }
td.TdClassName
{
border-color: #7199B0;
}
.TagClassName
{
border-color: #7199B0;
}
</style>