Shades of Shakespeare #729FB9
Tints of Shakespeare #729FB9
RGB
CMYK
RGB Variations
Color information
#729FB9 (or 0x729FB9) is known color: Shakespeare. HEX triplet: 72, 9F and B9. RGB value is (114,159,185). Sum of RGB (Red+Green+Blue) = 114+159+185=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 185 (72.66% from 255 or 40.39% from 458); Max value from RGB is 185 - color contains mainly: blue. Hex color #729FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729FB9 is #8D6046. Grayscale: #949494. Windows color (decimal): -9265223 or 12164978. OLE color: 12164978.
HSL color Cylindrical-coordinate representation of color #729FB9: hue angle of 201.97º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #729FB9 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 159 | 185 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.27 |
| HSL | 201.97º | 0.34% | 0.59% | - |
| HSV(B) | 201.97º | 0.38% | 0.73% | - |
| XYZ | 28.09 | 31.88 | 50.57 | - |
| YUV | 148.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 185 | 0.38 | 0.14 | 0 | 0.27 | 201.97 | 0.34 | 0.59 |
| Hex | 72 | 9F | B9 | 26 | E | 0 | 1B | CA | 22 | 3B |
| Octal | 162 | 237 | 271 | 46 | 16 | 0 | 33 | 312 | 42 | 73 |
| Binary | 1110010 | 10011111 | 10111001 | 100110 | 1110 | 0 | 11011 | 11001010 | 100010 | 111011 |
Color Harmonies of #729FB9
Complementary color
Monochromatic Colors of #729FB9
Black with #729FB9
Text Example
Text Example
White with #729FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729FB9; }
p { color: rgb(114,159,185); }
H1.HeaderClassName
{
color: #729FB9;
}
.AnyTagClassName
{
color: #729FB9;
}
</style>
background-color css
<style>
a { background-color: #729FB9; }
a { background-color: rgb(114,159,185); }
div.DivClassName
{
background-color: #729FB9;
}
.BgClassName
{
background-color: #729FB9;
}
</style>
border-color css
<style>
span { border-color: #729FB9; }
span { border-color: rgb(114,159,185); }
td.TdClassName
{
border-color: #729FB9;
}
.TagClassName
{
border-color: #729FB9;
}
</style>