Shades of Shakespeare #729EC5
Tints of Shakespeare #729EC5
RGB
CMYK
RGB Variations
Color information
#729EC5 (or 0x729EC5) is known color: Shakespeare. HEX triplet: 72, 9E and C5. RGB value is (114,158,197). Sum of RGB (Red+Green+Blue) = 114+158+197=469 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.31% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #729EC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729EC5 is #8D613A. Grayscale: #959595. Windows color (decimal): -9265467 or 12951154. OLE color: 12951154.
HSL color Cylindrical-coordinate representation of color #729EC5: hue angle of 208.19º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #729EC5 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 158 | 197 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.23 |
| HSL | 208.19º | 0.42% | 0.61% | - |
| HSV(B) | 208.19º | 0.42% | 0.77% | - |
| XYZ | 29.24 | 32.06 | 57.47 | - |
| YUV | 149.29 | 154.92 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 197 | 0.42 | 0.20 | 0 | 0.23 | 208.19 | 0.42 | 0.61 |
| Hex | 72 | 9E | C5 | 2A | 14 | 0 | 17 | D0 | 2A | 3D |
| Octal | 162 | 236 | 305 | 52 | 24 | 0 | 27 | 320 | 52 | 75 |
| Binary | 1110010 | 10011110 | 11000101 | 101010 | 10100 | 0 | 10111 | 11010000 | 101010 | 111101 |
Color Harmonies of #729EC5
Complementary color
Monochromatic Colors of #729EC5
Black with #729EC5
Text Example
Text Example
White with #729EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729EC5; }
p { color: rgb(114,158,197); }
H1.HeaderClassName
{
color: #729EC5;
}
.AnyTagClassName
{
color: #729EC5;
}
</style>
background-color css
<style>
a { background-color: #729EC5; }
a { background-color: rgb(114,158,197); }
div.DivClassName
{
background-color: #729EC5;
}
.BgClassName
{
background-color: #729EC5;
}
</style>
border-color css
<style>
span { border-color: #729EC5; }
span { border-color: rgb(114,158,197); }
td.TdClassName
{
border-color: #729EC5;
}
.TagClassName
{
border-color: #729EC5;
}
</style>