Shades of Shakespeare #729CBD
Tints of Shakespeare #729CBD
RGB
CMYK
RGB Variations
Color information
#729CBD (or 0x729CBD) is known color: Shakespeare. HEX triplet: 72, 9C and BD. RGB value is (114,156,189). Sum of RGB (Red+Green+Blue) = 114+156+189=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #729CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729CBD is #8D6342. Grayscale: #939393. Windows color (decimal): -9265987 or 12426354. OLE color: 12426354.
HSL color Cylindrical-coordinate representation of color #729CBD: hue angle of 206.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #729CBD is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 156 | 189 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.26 |
| HSL | 206.4º | 0.36% | 0.59% | - |
| HSV(B) | 206.4º | 0.4% | 0.74% | - |
| XYZ | 28.01 | 31.03 | 52.66 | - |
| YUV | 147.2 | 151.59 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 189 | 0.40 | 0.17 | 0 | 0.26 | 206.4 | 0.36 | 0.59 |
| Hex | 72 | 9C | BD | 28 | 11 | 0 | 1A | CE | 24 | 3B |
| Octal | 162 | 234 | 275 | 50 | 21 | 0 | 32 | 316 | 44 | 73 |
| Binary | 1110010 | 10011100 | 10111101 | 101000 | 10001 | 0 | 11010 | 11001110 | 100100 | 111011 |
Color Harmonies of #729CBD
Complementary color
Monochromatic Colors of #729CBD
Black with #729CBD
Text Example
Text Example
White with #729CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729CBD; }
p { color: rgb(114,156,189); }
H1.HeaderClassName
{
color: #729CBD;
}
.AnyTagClassName
{
color: #729CBD;
}
</style>
background-color css
<style>
a { background-color: #729CBD; }
a { background-color: rgb(114,156,189); }
div.DivClassName
{
background-color: #729CBD;
}
.BgClassName
{
background-color: #729CBD;
}
</style>
border-color css
<style>
span { border-color: #729CBD; }
span { border-color: rgb(114,156,189); }
td.TdClassName
{
border-color: #729CBD;
}
.TagClassName
{
border-color: #729CBD;
}
</style>