Shades of Shakespeare #7099AE
Tints of Shakespeare #7099AE
RGB
CMYK
RGB Variations
Color information
#7099AE (or 0x7099AE) is known color: Shakespeare. HEX triplet: 70, 99 and AE. RGB value is (112,153,174). Sum of RGB (Red+Green+Blue) = 112+153+174=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #7099AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7099AE is #8F6651. Grayscale: #8F8F8F. Windows color (decimal): -9397842 or 11442544. OLE color: 11442544.
HSL color Cylindrical-coordinate representation of color #7099AE: hue angle of 200.32º 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 #7099AE is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 153 | 174 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.32 |
| HSL | 200.32º | 0.28% | 0.56% | - |
| HSV(B) | 200.32º | 0.36% | 0.68% | - |
| XYZ | 25.71 | 29.28 | 44.34 | - |
| YUV | 143.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 174 | 0.36 | 0.12 | 0 | 0.32 | 200.32 | 0.28 | 0.56 |
| Hex | 70 | 99 | AE | 24 | C | 0 | 20 | C8 | 1C | 38 |
| Octal | 160 | 231 | 256 | 44 | 14 | 0 | 40 | 310 | 34 | 70 |
| Binary | 1110000 | 10011001 | 10101110 | 100100 | 1100 | 0 | 100000 | 11001000 | 11100 | 111000 |
Color Harmonies of #7099AE
Complementary color
Monochromatic Colors of #7099AE
Black with #7099AE
Text Example
Text Example
White with #7099AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7099AE; }
p { color: rgb(112,153,174); }
H1.HeaderClassName
{
color: #7099AE;
}
.AnyTagClassName
{
color: #7099AE;
}
</style>
background-color css
<style>
a { background-color: #7099AE; }
a { background-color: rgb(112,153,174); }
div.DivClassName
{
background-color: #7099AE;
}
.BgClassName
{
background-color: #7099AE;
}
</style>
border-color css
<style>
span { border-color: #7099AE; }
span { border-color: rgb(112,153,174); }
td.TdClassName
{
border-color: #7099AE;
}
.TagClassName
{
border-color: #7099AE;
}
</style>