Shades of Shakespeare #729DC4
Tints of Shakespeare #729DC4
RGB
CMYK
RGB Variations
Color information
#729DC4 (or 0x729DC4) is known color: Shakespeare. HEX triplet: 72, 9D and C4. RGB value is (114,157,196). Sum of RGB (Red+Green+Blue) = 114+157+196=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 196 - color contains mainly: blue. Hex color #729DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729DC4 is #8D623B. Grayscale: #949494. Windows color (decimal): -9265724 or 12885362. OLE color: 12885362.
HSL color Cylindrical-coordinate representation of color #729DC4: hue angle of 208.54º degrees, saturation: 0.41, 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 #729DC4 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 157 | 196 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.23 |
| HSL | 208.54º | 0.41% | 0.61% | - |
| HSV(B) | 208.54º | 0.42% | 0.77% | - |
| XYZ | 28.96 | 31.68 | 56.81 | - |
| YUV | 148.59 | 154.75 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 196 | 0.42 | 0.20 | 0 | 0.23 | 208.54 | 0.41 | 0.61 |
| Hex | 72 | 9D | C4 | 2A | 14 | 0 | 17 | D1 | 29 | 3D |
| Octal | 162 | 235 | 304 | 52 | 24 | 0 | 27 | 321 | 51 | 75 |
| Binary | 1110010 | 10011101 | 11000100 | 101010 | 10100 | 0 | 10111 | 11010001 | 101001 | 111101 |
Color Harmonies of #729DC4
Complementary color
Monochromatic Colors of #729DC4
Black with #729DC4
Text Example
Text Example
White with #729DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729DC4; }
p { color: rgb(114,157,196); }
H1.HeaderClassName
{
color: #729DC4;
}
.AnyTagClassName
{
color: #729DC4;
}
</style>
background-color css
<style>
a { background-color: #729DC4; }
a { background-color: rgb(114,157,196); }
div.DivClassName
{
background-color: #729DC4;
}
.BgClassName
{
background-color: #729DC4;
}
</style>
border-color css
<style>
span { border-color: #729DC4; }
span { border-color: rgb(114,157,196); }
td.TdClassName
{
border-color: #729DC4;
}
.TagClassName
{
border-color: #729DC4;
}
</style>