Shades of Shakespeare #739DC0
Tints of Shakespeare #739DC0
RGB
CMYK
RGB Variations
Color information
#739DC0 (or 0x739DC0) is known color: Shakespeare. HEX triplet: 73, 9D and C0. RGB value is (115,157,192). Sum of RGB (Red+Green+Blue) = 115+157+192=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #739DC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739DC0 is #8C623F. Grayscale: #949494. Windows color (decimal): -9200192 or 12623219. OLE color: 12623219.
HSL color Cylindrical-coordinate representation of color #739DC0: hue angle of 207.27º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #739DC0 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 157 | 192 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.25 |
| HSL | 207.27º | 0.38% | 0.6% | - |
| HSV(B) | 207.27º | 0.4% | 0.75% | - |
| XYZ | 28.64 | 31.56 | 54.45 | - |
| YUV | 148.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 192 | 0.40 | 0.18 | 0 | 0.25 | 207.27 | 0.38 | 0.6 |
| Hex | 73 | 9D | C0 | 28 | 12 | 0 | 19 | CF | 26 | 3C |
| Octal | 163 | 235 | 300 | 50 | 22 | 0 | 31 | 317 | 46 | 74 |
| Binary | 1110011 | 10011101 | 11000000 | 101000 | 10010 | 0 | 11001 | 11001111 | 100110 | 111100 |
Color Harmonies of #739DC0
Complementary color
Monochromatic Colors of #739DC0
Black with #739DC0
Text Example
Text Example
White with #739DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739DC0; }
p { color: rgb(115,157,192); }
H1.HeaderClassName
{
color: #739DC0;
}
.AnyTagClassName
{
color: #739DC0;
}
</style>
background-color css
<style>
a { background-color: #739DC0; }
a { background-color: rgb(115,157,192); }
div.DivClassName
{
background-color: #739DC0;
}
.BgClassName
{
background-color: #739DC0;
}
</style>
border-color css
<style>
span { border-color: #739DC0; }
span { border-color: rgb(115,157,192); }
td.TdClassName
{
border-color: #739DC0;
}
.TagClassName
{
border-color: #739DC0;
}
</style>