Shades of Shakespeare #729DC5
Tints of Shakespeare #729DC5
RGB
CMYK
RGB Variations
Color information
#729DC5 (or 0x729DC5) is known color: Shakespeare. HEX triplet: 72, 9D and C5. RGB value is (114,157,197). Sum of RGB (Red+Green+Blue) = 114+157+197=468 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.36% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #729DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729DC5 is #8D623A. Grayscale: #949494. Windows color (decimal): -9265723 or 12950898. OLE color: 12950898.
HSL color Cylindrical-coordinate representation of color #729DC5: hue angle of 208.92º 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 #729DC5 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 157 | 197 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.23 |
| HSL | 208.92º | 0.42% | 0.61% | - |
| HSV(B) | 208.92º | 0.42% | 0.77% | - |
| XYZ | 29.07 | 31.72 | 57.41 | - |
| YUV | 148.7 | 155.25 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 197 | 0.42 | 0.20 | 0 | 0.23 | 208.92 | 0.42 | 0.61 |
| Hex | 72 | 9D | C5 | 2A | 14 | 0 | 17 | D1 | 2A | 3D |
| Octal | 162 | 235 | 305 | 52 | 24 | 0 | 27 | 321 | 52 | 75 |
| Binary | 1110010 | 10011101 | 11000101 | 101010 | 10100 | 0 | 10111 | 11010001 | 101010 | 111101 |
Color Harmonies of #729DC5
Complementary color
Monochromatic Colors of #729DC5
Black with #729DC5
Text Example
Text Example
White with #729DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729DC5; }
p { color: rgb(114,157,197); }
H1.HeaderClassName
{
color: #729DC5;
}
.AnyTagClassName
{
color: #729DC5;
}
</style>
background-color css
<style>
a { background-color: #729DC5; }
a { background-color: rgb(114,157,197); }
div.DivClassName
{
background-color: #729DC5;
}
.BgClassName
{
background-color: #729DC5;
}
</style>
border-color css
<style>
span { border-color: #729DC5; }
span { border-color: rgb(114,157,197); }
td.TdClassName
{
border-color: #729DC5;
}
.TagClassName
{
border-color: #729DC5;
}
</style>