Shades of Shakespeare #709CAE
Tints of Shakespeare #709CAE
RGB
CMYK
RGB Variations
Color information
#709CAE (or 0x709CAE) is known color: Shakespeare. HEX triplet: 70, 9C and AE. RGB value is (112,156,174). Sum of RGB (Red+Green+Blue) = 112+156+174=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 174 (68.36% from 255 or 39.37% from 442); Max value from RGB is 174 - color contains mainly: blue. Hex color #709CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709CAE is #8F6351. Grayscale: #909090. Windows color (decimal): -9397074 or 11443312. OLE color: 11443312.
HSL color Cylindrical-coordinate representation of color #709CAE: hue angle of 197.42º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #709CAE is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 156 | 174 | - |
| CMYK | 0.36 | 0.10 | 0 | 0.32 |
| HSL | 197.42º | 0.28% | 0.56% | - |
| HSV(B) | 197.42º | 0.36% | 0.68% | - |
| XYZ | 26.21 | 30.28 | 44.51 | - |
| YUV | 144.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 174 | 0.36 | 0.10 | 0 | 0.32 | 197.42 | 0.28 | 0.56 |
| Hex | 70 | 9C | AE | 24 | A | 0 | 20 | C5 | 1C | 38 |
| Octal | 160 | 234 | 256 | 44 | 12 | 0 | 40 | 305 | 34 | 70 |
| Binary | 1110000 | 10011100 | 10101110 | 100100 | 1010 | 0 | 100000 | 11000101 | 11100 | 111000 |
Color Harmonies of #709CAE
Complementary color
Monochromatic Colors of #709CAE
Black with #709CAE
Text Example
Text Example
White with #709CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709CAE; }
p { color: rgb(112,156,174); }
H1.HeaderClassName
{
color: #709CAE;
}
.AnyTagClassName
{
color: #709CAE;
}
</style>
background-color css
<style>
a { background-color: #709CAE; }
a { background-color: rgb(112,156,174); }
div.DivClassName
{
background-color: #709CAE;
}
.BgClassName
{
background-color: #709CAE;
}
</style>
border-color css
<style>
span { border-color: #709CAE; }
span { border-color: rgb(112,156,174); }
td.TdClassName
{
border-color: #709CAE;
}
.TagClassName
{
border-color: #709CAE;
}
</style>