Shades of Shakespeare #709DC1
Tints of Shakespeare #709DC1
RGB
CMYK
RGB Variations
Color information
#709DC1 (or 0x709DC1) is known color: Shakespeare. HEX triplet: 70, 9D and C1. RGB value is (112,157,193). Sum of RGB (Red+Green+Blue) = 112+157+193=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #709DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709DC1 is #8F623E. Grayscale: #939393. Windows color (decimal): -9396799 or 12688752. OLE color: 12688752.
HSL color Cylindrical-coordinate representation of color #709DC1: hue angle of 206.67º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #709DC1 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 157 | 193 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.24 |
| HSL | 206.67º | 0.4% | 0.6% | - |
| HSV(B) | 206.67º | 0.42% | 0.76% | - |
| XYZ | 28.36 | 31.41 | 55.02 | - |
| YUV | 147.65 | 153.59 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 193 | 0.42 | 0.19 | 0 | 0.24 | 206.67 | 0.4 | 0.6 |
| Hex | 70 | 9D | C1 | 2A | 13 | 0 | 18 | CF | 28 | 3C |
| Octal | 160 | 235 | 301 | 52 | 23 | 0 | 30 | 317 | 50 | 74 |
| Binary | 1110000 | 10011101 | 11000001 | 101010 | 10011 | 0 | 11000 | 11001111 | 101000 | 111100 |
Color Harmonies of #709DC1
Complementary color
Monochromatic Colors of #709DC1
Black with #709DC1
Text Example
Text Example
White with #709DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709DC1; }
p { color: rgb(112,157,193); }
H1.HeaderClassName
{
color: #709DC1;
}
.AnyTagClassName
{
color: #709DC1;
}
</style>
background-color css
<style>
a { background-color: #709DC1; }
a { background-color: rgb(112,157,193); }
div.DivClassName
{
background-color: #709DC1;
}
.BgClassName
{
background-color: #709DC1;
}
</style>
border-color css
<style>
span { border-color: #709DC1; }
span { border-color: rgb(112,157,193); }
td.TdClassName
{
border-color: #709DC1;
}
.TagClassName
{
border-color: #709DC1;
}
</style>