Shades of Shakespeare #709AAF
Tints of Shakespeare #709AAF
RGB
CMYK
RGB Variations
Color information
#709AAF (or 0x709AAF) is known color: Shakespeare. HEX triplet: 70, 9A and AF. RGB value is (112,154,175). Sum of RGB (Red+Green+Blue) = 112+154+175=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #709AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709AAF is #8F6550. Grayscale: #8F8F8F. Windows color (decimal): -9397585 or 11508336. OLE color: 11508336.
HSL color Cylindrical-coordinate representation of color #709AAF: hue angle of 200º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #709AAF is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 154 | 175 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.31 |
| HSL | 200º | 0.28% | 0.56% | - |
| HSV(B) | 200º | 0.36% | 0.69% | - |
| XYZ | 25.98 | 29.65 | 44.91 | - |
| YUV | 143.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 154 | 175 | 0.36 | 0.12 | 0 | 0.31 | 200 | 0.28 | 0.56 |
| Hex | 70 | 9A | AF | 24 | C | 0 | 1F | C8 | 1C | 38 |
| Octal | 160 | 232 | 257 | 44 | 14 | 0 | 37 | 310 | 34 | 70 |
| Binary | 1110000 | 10011010 | 10101111 | 100100 | 1100 | 0 | 11111 | 11001000 | 11100 | 111000 |
Color Harmonies of #709AAF
Complementary color
Monochromatic Colors of #709AAF
Black with #709AAF
Text Example
Text Example
White with #709AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709AAF; }
p { color: rgb(112,154,175); }
H1.HeaderClassName
{
color: #709AAF;
}
.AnyTagClassName
{
color: #709AAF;
}
</style>
background-color css
<style>
a { background-color: #709AAF; }
a { background-color: rgb(112,154,175); }
div.DivClassName
{
background-color: #709AAF;
}
.BgClassName
{
background-color: #709AAF;
}
</style>
border-color css
<style>
span { border-color: #709AAF; }
span { border-color: rgb(112,154,175); }
td.TdClassName
{
border-color: #709AAF;
}
.TagClassName
{
border-color: #709AAF;
}
</style>