Shades of Shakespeare #729CB4
Tints of Shakespeare #729CB4
RGB
CMYK
RGB Variations
Color information
#729CB4 (or 0x729CB4) is known color: Shakespeare. HEX triplet: 72, 9C and B4. RGB value is (114,156,180). Sum of RGB (Red+Green+Blue) = 114+156+180=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 180 - color contains mainly: blue. Hex color #729CB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729CB4 is #8D634B. Grayscale: #929292. Windows color (decimal): -9265996 or 11836530. OLE color: 11836530.
HSL color Cylindrical-coordinate representation of color #729CB4: hue angle of 201.82º degrees, saturation: 0.31, 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 #729CB4 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 156 | 180 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.29 |
| HSL | 201.82º | 0.31% | 0.58% | - |
| HSV(B) | 201.82º | 0.37% | 0.71% | - |
| XYZ | 27.07 | 30.65 | 47.67 | - |
| YUV | 146.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 180 | 0.37 | 0.13 | 0 | 0.29 | 201.82 | 0.31 | 0.58 |
| Hex | 72 | 9C | B4 | 25 | D | 0 | 1D | CA | 1F | 3A |
| Octal | 162 | 234 | 264 | 45 | 15 | 0 | 35 | 312 | 37 | 72 |
| Binary | 1110010 | 10011100 | 10110100 | 100101 | 1101 | 0 | 11101 | 11001010 | 11111 | 111010 |
Color Harmonies of #729CB4
Complementary color
Monochromatic Colors of #729CB4
Black with #729CB4
Text Example
Text Example
White with #729CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729CB4; }
p { color: rgb(114,156,180); }
H1.HeaderClassName
{
color: #729CB4;
}
.AnyTagClassName
{
color: #729CB4;
}
</style>
background-color css
<style>
a { background-color: #729CB4; }
a { background-color: rgb(114,156,180); }
div.DivClassName
{
background-color: #729CB4;
}
.BgClassName
{
background-color: #729CB4;
}
</style>
border-color css
<style>
span { border-color: #729CB4; }
span { border-color: rgb(114,156,180); }
td.TdClassName
{
border-color: #729CB4;
}
.TagClassName
{
border-color: #729CB4;
}
</style>