Shades of Shakespeare #729BC4
Tints of Shakespeare #729BC4
RGB
CMYK
RGB Variations
Color information
#729BC4 (or 0x729BC4) is known color: Shakespeare. HEX triplet: 72, 9B and C4. RGB value is (114,155,196). Sum of RGB (Red+Green+Blue) = 114+155+196=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #729BC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729BC4 is #8D643B. Grayscale: #939393. Windows color (decimal): -9266236 or 12884850. OLE color: 12884850.
HSL color Cylindrical-coordinate representation of color #729BC4: hue angle of 210º 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 #729BC4 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 155 | 196 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.23 |
| HSL | 210º | 0.41% | 0.61% | - |
| HSV(B) | 210º | 0.42% | 0.77% | - |
| XYZ | 28.62 | 31.01 | 56.7 | - |
| YUV | 147.42 | 155.42 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 196 | 0.42 | 0.21 | 0 | 0.23 | 210 | 0.41 | 0.61 |
| Hex | 72 | 9B | C4 | 2A | 15 | 0 | 17 | D2 | 29 | 3D |
| Octal | 162 | 233 | 304 | 52 | 25 | 0 | 27 | 322 | 51 | 75 |
| Binary | 1110010 | 10011011 | 11000100 | 101010 | 10101 | 0 | 10111 | 11010010 | 101001 | 111101 |
Color Harmonies of #729BC4
Complementary color
Monochromatic Colors of #729BC4
Black with #729BC4
Text Example
Text Example
White with #729BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BC4; }
p { color: rgb(114,155,196); }
H1.HeaderClassName
{
color: #729BC4;
}
.AnyTagClassName
{
color: #729BC4;
}
</style>
background-color css
<style>
a { background-color: #729BC4; }
a { background-color: rgb(114,155,196); }
div.DivClassName
{
background-color: #729BC4;
}
.BgClassName
{
background-color: #729BC4;
}
</style>
border-color css
<style>
span { border-color: #729BC4; }
span { border-color: rgb(114,155,196); }
td.TdClassName
{
border-color: #729BC4;
}
.TagClassName
{
border-color: #729BC4;
}
</style>