Shades of Shakespeare #709ABE
Tints of Shakespeare #709ABE
RGB
CMYK
RGB Variations
Color information
#709ABE (or 0x709ABE) is known color: Shakespeare. HEX triplet: 70, 9A and BE. RGB value is (112,154,190). Sum of RGB (Red+Green+Blue) = 112+154+190=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #709ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709ABE is #8F6541. Grayscale: #919191. Windows color (decimal): -9397570 or 12491376. OLE color: 12491376.
HSL color Cylindrical-coordinate representation of color #709ABE: hue angle of 207.69º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #709ABE is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 154 | 190 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.25 |
| HSL | 207.69º | 0.38% | 0.59% | - |
| HSV(B) | 207.69º | 0.41% | 0.75% | - |
| XYZ | 27.53 | 30.27 | 53.11 | - |
| YUV | 145.55 | 153.09 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 154 | 190 | 0.41 | 0.19 | 0 | 0.25 | 207.69 | 0.38 | 0.59 |
| Hex | 70 | 9A | BE | 29 | 13 | 0 | 19 | D0 | 26 | 3B |
| Octal | 160 | 232 | 276 | 51 | 23 | 0 | 31 | 320 | 46 | 73 |
| Binary | 1110000 | 10011010 | 10111110 | 101001 | 10011 | 0 | 11001 | 11010000 | 100110 | 111011 |
Color Harmonies of #709ABE
Complementary color
Monochromatic Colors of #709ABE
Black with #709ABE
Text Example
Text Example
White with #709ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709ABE; }
p { color: rgb(112,154,190); }
H1.HeaderClassName
{
color: #709ABE;
}
.AnyTagClassName
{
color: #709ABE;
}
</style>
background-color css
<style>
a { background-color: #709ABE; }
a { background-color: rgb(112,154,190); }
div.DivClassName
{
background-color: #709ABE;
}
.BgClassName
{
background-color: #709ABE;
}
</style>
border-color css
<style>
span { border-color: #709ABE; }
span { border-color: rgb(112,154,190); }
td.TdClassName
{
border-color: #709ABE;
}
.TagClassName
{
border-color: #709ABE;
}
</style>