Shades of Shakespeare #729BC5
Tints of Shakespeare #729BC5
RGB
CMYK
RGB Variations
Color information
#729BC5 (or 0x729BC5) is known color: Shakespeare. HEX triplet: 72, 9B and C5. RGB value is (114,155,197). Sum of RGB (Red+Green+Blue) = 114+155+197=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 197 - color contains mainly: blue. Hex color #729BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BC5 is #8D643A. Grayscale: #939393. Windows color (decimal): -9266235 or 12950386. OLE color: 12950386.
HSL color Cylindrical-coordinate representation of color #729BC5: hue angle of 210.36º 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 #729BC5 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 155 | 197 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.23 |
| HSL | 210.36º | 0.42% | 0.61% | - |
| HSV(B) | 210.36º | 0.42% | 0.77% | - |
| XYZ | 28.74 | 31.05 | 57.3 | - |
| YUV | 147.53 | 155.92 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 197 | 0.42 | 0.21 | 0 | 0.23 | 210.36 | 0.42 | 0.61 |
| Hex | 72 | 9B | C5 | 2A | 15 | 0 | 17 | D2 | 2A | 3D |
| Octal | 162 | 233 | 305 | 52 | 25 | 0 | 27 | 322 | 52 | 75 |
| Binary | 1110010 | 10011011 | 11000101 | 101010 | 10101 | 0 | 10111 | 11010010 | 101010 | 111101 |
Color Harmonies of #729BC5
Complementary color
Monochromatic Colors of #729BC5
Black with #729BC5
Text Example
Text Example
White with #729BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BC5; }
p { color: rgb(114,155,197); }
H1.HeaderClassName
{
color: #729BC5;
}
.AnyTagClassName
{
color: #729BC5;
}
</style>
background-color css
<style>
a { background-color: #729BC5; }
a { background-color: rgb(114,155,197); }
div.DivClassName
{
background-color: #729BC5;
}
.BgClassName
{
background-color: #729BC5;
}
</style>
border-color css
<style>
span { border-color: #729BC5; }
span { border-color: rgb(114,155,197); }
td.TdClassName
{
border-color: #729BC5;
}
.TagClassName
{
border-color: #729BC5;
}
</style>