Shades of Shakespeare #729EC2
Tints of Shakespeare #729EC2
RGB
CMYK
RGB Variations
Color information
#729EC2 (or 0x729EC2) is known color: Shakespeare. HEX triplet: 72, 9E and C2. RGB value is (114,158,194). Sum of RGB (Red+Green+Blue) = 114+158+194=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 194 - color contains mainly: blue. Hex color #729EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729EC2 is #8D613D. Grayscale: #949494. Windows color (decimal): -9265470 or 12754546. OLE color: 12754546.
HSL color Cylindrical-coordinate representation of color #729EC2: hue angle of 207º degrees, saturation: 0.4, 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 #729EC2 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 158 | 194 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.24 |
| HSL | 207º | 0.4% | 0.6% | - |
| HSV(B) | 207º | 0.41% | 0.76% | - |
| XYZ | 28.9 | 31.93 | 55.68 | - |
| YUV | 148.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 194 | 0.41 | 0.19 | 0 | 0.24 | 207 | 0.4 | 0.6 |
| Hex | 72 | 9E | C2 | 29 | 13 | 0 | 18 | CF | 28 | 3C |
| Octal | 162 | 236 | 302 | 51 | 23 | 0 | 30 | 317 | 50 | 74 |
| Binary | 1110010 | 10011110 | 11000010 | 101001 | 10011 | 0 | 11000 | 11001111 | 101000 | 111100 |
Color Harmonies of #729EC2
Complementary color
Monochromatic Colors of #729EC2
Black with #729EC2
Text Example
Text Example
White with #729EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729EC2; }
p { color: rgb(114,158,194); }
H1.HeaderClassName
{
color: #729EC2;
}
.AnyTagClassName
{
color: #729EC2;
}
</style>
background-color css
<style>
a { background-color: #729EC2; }
a { background-color: rgb(114,158,194); }
div.DivClassName
{
background-color: #729EC2;
}
.BgClassName
{
background-color: #729EC2;
}
</style>
border-color css
<style>
span { border-color: #729EC2; }
span { border-color: rgb(114,158,194); }
td.TdClassName
{
border-color: #729EC2;
}
.TagClassName
{
border-color: #729EC2;
}
</style>