Shades of Shakespeare #709AC4
Tints of Shakespeare #709AC4
RGB
CMYK
RGB Variations
Color information
#709AC4 (or 0x709AC4) is known color: Shakespeare. HEX triplet: 70, 9A and C4. RGB value is (112,154,196). Sum of RGB (Red+Green+Blue) = 112+154+196=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 196 - color contains mainly: blue. Hex color #709AC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709AC4 is #8F653B. Grayscale: #929292. Windows color (decimal): -9397564 or 12884592. OLE color: 12884592.
HSL color Cylindrical-coordinate representation of color #709AC4: hue angle of 210º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #709AC4 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 154 | 196 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.23 |
| HSL | 210º | 0.42% | 0.6% | - |
| HSV(B) | 210º | 0.43% | 0.77% | - |
| XYZ | 28.2 | 30.54 | 56.63 | - |
| YUV | 146.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 154 | 196 | 0.43 | 0.21 | 0 | 0.23 | 210 | 0.42 | 0.6 |
| Hex | 70 | 9A | C4 | 2B | 15 | 0 | 17 | D2 | 2A | 3C |
| Octal | 160 | 232 | 304 | 53 | 25 | 0 | 27 | 322 | 52 | 74 |
| Binary | 1110000 | 10011010 | 11000100 | 101011 | 10101 | 0 | 10111 | 11010010 | 101010 | 111100 |
Color Harmonies of #709AC4
Complementary color
Monochromatic Colors of #709AC4
Black with #709AC4
Text Example
Text Example
White with #709AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709AC4; }
p { color: rgb(112,154,196); }
H1.HeaderClassName
{
color: #709AC4;
}
.AnyTagClassName
{
color: #709AC4;
}
</style>
background-color css
<style>
a { background-color: #709AC4; }
a { background-color: rgb(112,154,196); }
div.DivClassName
{
background-color: #709AC4;
}
.BgClassName
{
background-color: #709AC4;
}
</style>
border-color css
<style>
span { border-color: #709AC4; }
span { border-color: rgb(112,154,196); }
td.TdClassName
{
border-color: #709AC4;
}
.TagClassName
{
border-color: #709AC4;
}
</style>