Shades of Shakespeare #729EC1
Tints of Shakespeare #729EC1
RGB
CMYK
RGB Variations
Color information
#729EC1 (or 0x729EC1) is known color: Shakespeare. HEX triplet: 72, 9E and C1. RGB value is (114,158,193). Sum of RGB (Red+Green+Blue) = 114+158+193=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #729EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729EC1 is #8D613E. Grayscale: #949494. Windows color (decimal): -9265471 or 12689010. OLE color: 12689010.
HSL color Cylindrical-coordinate representation of color #729EC1: hue angle of 206.58º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #729EC1 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 158 | 193 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.24 |
| HSL | 206.58º | 0.39% | 0.6% | - |
| HSV(B) | 206.58º | 0.41% | 0.76% | - |
| XYZ | 28.79 | 31.88 | 55.09 | - |
| YUV | 148.83 | 152.92 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 193 | 0.41 | 0.18 | 0 | 0.24 | 206.58 | 0.39 | 0.6 |
| Hex | 72 | 9E | C1 | 29 | 12 | 0 | 18 | CF | 27 | 3C |
| Octal | 162 | 236 | 301 | 51 | 22 | 0 | 30 | 317 | 47 | 74 |
| Binary | 1110010 | 10011110 | 11000001 | 101001 | 10010 | 0 | 11000 | 11001111 | 100111 | 111100 |
Color Harmonies of #729EC1
Complementary color
Monochromatic Colors of #729EC1
Black with #729EC1
Text Example
Text Example
White with #729EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729EC1; }
p { color: rgb(114,158,193); }
H1.HeaderClassName
{
color: #729EC1;
}
.AnyTagClassName
{
color: #729EC1;
}
</style>
background-color css
<style>
a { background-color: #729EC1; }
a { background-color: rgb(114,158,193); }
div.DivClassName
{
background-color: #729EC1;
}
.BgClassName
{
background-color: #729EC1;
}
</style>
border-color css
<style>
span { border-color: #729EC1; }
span { border-color: rgb(114,158,193); }
td.TdClassName
{
border-color: #729EC1;
}
.TagClassName
{
border-color: #729EC1;
}
</style>