Shades of Shakespeare #709AAD
Tints of Shakespeare #709AAD
RGB
CMYK
RGB Variations
Color information
#709AAD (or 0x709AAD) is known color: Shakespeare. HEX triplet: 70, 9A and AD. RGB value is (112,154,173). Sum of RGB (Red+Green+Blue) = 112+154+173=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #709AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709AAD is #8F6552. Grayscale: #8F8F8F. Windows color (decimal): -9397587 or 11377264. OLE color: 11377264.
HSL color Cylindrical-coordinate representation of color #709AAD: hue angle of 198.69º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #709AAD is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 154 | 173 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.32 |
| HSL | 198.69º | 0.27% | 0.56% | - |
| HSV(B) | 198.69º | 0.35% | 0.68% | - |
| XYZ | 25.78 | 29.57 | 43.88 | - |
| YUV | 143.61 | 144.59 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 154 | 173 | 0.35 | 0.11 | 0 | 0.32 | 198.69 | 0.27 | 0.56 |
| Hex | 70 | 9A | AD | 23 | B | 0 | 20 | C7 | 1B | 38 |
| Octal | 160 | 232 | 255 | 43 | 13 | 0 | 40 | 307 | 33 | 70 |
| Binary | 1110000 | 10011010 | 10101101 | 100011 | 1011 | 0 | 100000 | 11000111 | 11011 | 111000 |
Color Harmonies of #709AAD
Complementary color
Monochromatic Colors of #709AAD
Black with #709AAD
Text Example
Text Example
White with #709AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709AAD; }
p { color: rgb(112,154,173); }
H1.HeaderClassName
{
color: #709AAD;
}
.AnyTagClassName
{
color: #709AAD;
}
</style>
background-color css
<style>
a { background-color: #709AAD; }
a { background-color: rgb(112,154,173); }
div.DivClassName
{
background-color: #709AAD;
}
.BgClassName
{
background-color: #709AAD;
}
</style>
border-color css
<style>
span { border-color: #709AAD; }
span { border-color: rgb(112,154,173); }
td.TdClassName
{
border-color: #709AAD;
}
.TagClassName
{
border-color: #709AAD;
}
</style>