Shades of Shakespeare #729EBC
Tints of Shakespeare #729EBC
RGB
CMYK
RGB Variations
Color information
#729EBC (or 0x729EBC) is known color: Shakespeare. HEX triplet: 72, 9E and BC. RGB value is (114,158,188). Sum of RGB (Red+Green+Blue) = 114+158+188=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #729EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729EBC is #8D6143. Grayscale: #949494. Windows color (decimal): -9265476 or 12361330. OLE color: 12361330.
HSL color Cylindrical-coordinate representation of color #729EBC: hue angle of 204.32º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #729EBC is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 158 | 188 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.26 |
| HSL | 204.32º | 0.36% | 0.59% | - |
| HSV(B) | 204.32º | 0.39% | 0.74% | - |
| XYZ | 28.24 | 31.66 | 52.2 | - |
| YUV | 148.26 | 150.42 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 188 | 0.39 | 0.16 | 0 | 0.26 | 204.32 | 0.36 | 0.59 |
| Hex | 72 | 9E | BC | 27 | 10 | 0 | 1A | CC | 24 | 3B |
| Octal | 162 | 236 | 274 | 47 | 20 | 0 | 32 | 314 | 44 | 73 |
| Binary | 1110010 | 10011110 | 10111100 | 100111 | 10000 | 0 | 11010 | 11001100 | 100100 | 111011 |
Color Harmonies of #729EBC
Complementary color
Monochromatic Colors of #729EBC
Black with #729EBC
Text Example
Text Example
White with #729EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729EBC; }
p { color: rgb(114,158,188); }
H1.HeaderClassName
{
color: #729EBC;
}
.AnyTagClassName
{
color: #729EBC;
}
</style>
background-color css
<style>
a { background-color: #729EBC; }
a { background-color: rgb(114,158,188); }
div.DivClassName
{
background-color: #729EBC;
}
.BgClassName
{
background-color: #729EBC;
}
</style>
border-color css
<style>
span { border-color: #729EBC; }
span { border-color: rgb(114,158,188); }
td.TdClassName
{
border-color: #729EBC;
}
.TagClassName
{
border-color: #729EBC;
}
</style>