Shades of Shakespeare #739CBA
Tints of Shakespeare #739CBA
RGB
CMYK
RGB Variations
Color information
#739CBA (or 0x739CBA) is known color: Shakespeare. HEX triplet: 73, 9C and BA. RGB value is (115,156,186). Sum of RGB (Red+Green+Blue) = 115+156+186=457 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.16% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #739CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739CBA is #8C6345. Grayscale: #939393. Windows color (decimal): -9200454 or 12229747. OLE color: 12229747.
HSL color Cylindrical-coordinate representation of color #739CBA: hue angle of 205.35º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #739CBA is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 156 | 186 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.27 |
| HSL | 205.35º | 0.34% | 0.59% | - |
| HSV(B) | 205.35º | 0.38% | 0.73% | - |
| XYZ | 27.82 | 30.97 | 50.97 | - |
| YUV | 147.16 | 149.92 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 156 | 186 | 0.38 | 0.16 | 0 | 0.27 | 205.35 | 0.34 | 0.59 |
| Hex | 73 | 9C | BA | 26 | 10 | 0 | 1B | CD | 22 | 3B |
| Octal | 163 | 234 | 272 | 46 | 20 | 0 | 33 | 315 | 42 | 73 |
| Binary | 1110011 | 10011100 | 10111010 | 100110 | 10000 | 0 | 11011 | 11001101 | 100010 | 111011 |
Color Harmonies of #739CBA
Complementary color
Monochromatic Colors of #739CBA
Black with #739CBA
Text Example
Text Example
White with #739CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739CBA; }
p { color: rgb(115,156,186); }
H1.HeaderClassName
{
color: #739CBA;
}
.AnyTagClassName
{
color: #739CBA;
}
</style>
background-color css
<style>
a { background-color: #739CBA; }
a { background-color: rgb(115,156,186); }
div.DivClassName
{
background-color: #739CBA;
}
.BgClassName
{
background-color: #739CBA;
}
</style>
border-color css
<style>
span { border-color: #739CBA; }
span { border-color: rgb(115,156,186); }
td.TdClassName
{
border-color: #739CBA;
}
.TagClassName
{
border-color: #739CBA;
}
</style>