Shades of Shakespeare #729CB6
Tints of Shakespeare #729CB6
RGB
CMYK
RGB Variations
Color information
#729CB6 (or 0x729CB6) is known color: Shakespeare. HEX triplet: 72, 9C and B6. RGB value is (114,156,182). Sum of RGB (Red+Green+Blue) = 114+156+182=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 182 - color contains mainly: blue. Hex color #729CB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729CB6 is #8D6349. Grayscale: #929292. Windows color (decimal): -9265994 or 11967602. OLE color: 11967602.
HSL color Cylindrical-coordinate representation of color #729CB6: hue angle of 202.94º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #729CB6 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 156 | 182 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.29 |
| HSL | 202.94º | 0.32% | 0.58% | - |
| HSV(B) | 202.94º | 0.37% | 0.71% | - |
| XYZ | 27.27 | 30.73 | 48.75 | - |
| YUV | 146.41 | 148.09 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 182 | 0.37 | 0.14 | 0 | 0.29 | 202.94 | 0.32 | 0.58 |
| Hex | 72 | 9C | B6 | 25 | E | 0 | 1D | CB | 20 | 3A |
| Octal | 162 | 234 | 266 | 45 | 16 | 0 | 35 | 313 | 40 | 72 |
| Binary | 1110010 | 10011100 | 10110110 | 100101 | 1110 | 0 | 11101 | 11001011 | 100000 | 111010 |
Color Harmonies of #729CB6
Complementary color
Monochromatic Colors of #729CB6
Black with #729CB6
Text Example
Text Example
White with #729CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729CB6; }
p { color: rgb(114,156,182); }
H1.HeaderClassName
{
color: #729CB6;
}
.AnyTagClassName
{
color: #729CB6;
}
</style>
background-color css
<style>
a { background-color: #729CB6; }
a { background-color: rgb(114,156,182); }
div.DivClassName
{
background-color: #729CB6;
}
.BgClassName
{
background-color: #729CB6;
}
</style>
border-color css
<style>
span { border-color: #729CB6; }
span { border-color: rgb(114,156,182); }
td.TdClassName
{
border-color: #729CB6;
}
.TagClassName
{
border-color: #729CB6;
}
</style>