Shades of Shakespeare #709CC0
Tints of Shakespeare #709CC0
RGB
CMYK
RGB Variations
Color information
#709CC0 (or 0x709CC0) is known color: Shakespeare. HEX triplet: 70, 9C and C0. RGB value is (112,156,192). Sum of RGB (Red+Green+Blue) = 112+156+192=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #709CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709CC0 is #8F633F. Grayscale: #929292. Windows color (decimal): -9397056 or 12622960. OLE color: 12622960.
HSL color Cylindrical-coordinate representation of color #709CC0: hue angle of 207º 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 #709CC0 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 156 | 192 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.25 |
| HSL | 207º | 0.39% | 0.6% | - |
| HSV(B) | 207º | 0.42% | 0.75% | - |
| XYZ | 28.08 | 31.03 | 54.38 | - |
| YUV | 146.95 | 153.42 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 192 | 0.42 | 0.19 | 0 | 0.25 | 207 | 0.39 | 0.6 |
| Hex | 70 | 9C | C0 | 2A | 13 | 0 | 19 | CF | 27 | 3C |
| Octal | 160 | 234 | 300 | 52 | 23 | 0 | 31 | 317 | 47 | 74 |
| Binary | 1110000 | 10011100 | 11000000 | 101010 | 10011 | 0 | 11001 | 11001111 | 100111 | 111100 |
Color Harmonies of #709CC0
Complementary color
Monochromatic Colors of #709CC0
Black with #709CC0
Text Example
Text Example
White with #709CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709CC0; }
p { color: rgb(112,156,192); }
H1.HeaderClassName
{
color: #709CC0;
}
.AnyTagClassName
{
color: #709CC0;
}
</style>
background-color css
<style>
a { background-color: #709CC0; }
a { background-color: rgb(112,156,192); }
div.DivClassName
{
background-color: #709CC0;
}
.BgClassName
{
background-color: #709CC0;
}
</style>
border-color css
<style>
span { border-color: #709CC0; }
span { border-color: rgb(112,156,192); }
td.TdClassName
{
border-color: #709CC0;
}
.TagClassName
{
border-color: #709CC0;
}
</style>