Shades of Shakespeare #709BC0
Tints of Shakespeare #709BC0
RGB
CMYK
RGB Variations
Color information
#709BC0 (or 0x709BC0) is known color: Shakespeare. HEX triplet: 70, 9B and C0. RGB value is (112,155,192). Sum of RGB (Red+Green+Blue) = 112+155+192=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #709BC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BC0 is #8F643F. Grayscale: #929292. Windows color (decimal): -9397312 or 12622704. OLE color: 12622704.
HSL color Cylindrical-coordinate representation of color #709BC0: hue angle of 207.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #709BC0 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 155 | 192 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.25 |
| HSL | 207.75º | 0.39% | 0.6% | - |
| HSV(B) | 207.75º | 0.42% | 0.75% | - |
| XYZ | 27.92 | 30.69 | 54.32 | - |
| YUV | 146.36 | 153.75 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 192 | 0.42 | 0.19 | 0 | 0.25 | 207.75 | 0.39 | 0.6 |
| Hex | 70 | 9B | C0 | 2A | 13 | 0 | 19 | D0 | 27 | 3C |
| Octal | 160 | 233 | 300 | 52 | 23 | 0 | 31 | 320 | 47 | 74 |
| Binary | 1110000 | 10011011 | 11000000 | 101010 | 10011 | 0 | 11001 | 11010000 | 100111 | 111100 |
Color Harmonies of #709BC0
Complementary color
Monochromatic Colors of #709BC0
Black with #709BC0
Text Example
Text Example
White with #709BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709BC0; }
p { color: rgb(112,155,192); }
H1.HeaderClassName
{
color: #709BC0;
}
.AnyTagClassName
{
color: #709BC0;
}
</style>
background-color css
<style>
a { background-color: #709BC0; }
a { background-color: rgb(112,155,192); }
div.DivClassName
{
background-color: #709BC0;
}
.BgClassName
{
background-color: #709BC0;
}
</style>
border-color css
<style>
span { border-color: #709BC0; }
span { border-color: rgb(112,155,192); }
td.TdClassName
{
border-color: #709BC0;
}
.TagClassName
{
border-color: #709BC0;
}
</style>