Shades of Shakespeare #7097BB
Tints of Shakespeare #7097BB
RGB
CMYK
RGB Variations
Color information
#7097BB (or 0x7097BB) is known color: Shakespeare. HEX triplet: 70, 97 and BB. RGB value is (112,151,187). Sum of RGB (Red+Green+Blue) = 112+151+187=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #7097BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7097BB is #8F6844. Grayscale: #8F8F8F. Windows color (decimal): -9398341 or 12294000. OLE color: 12294000.
HSL color Cylindrical-coordinate representation of color #7097BB: hue angle of 208.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7097BB is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 151 | 187 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.27 |
| HSL | 208.8º | 0.36% | 0.59% | - |
| HSV(B) | 208.8º | 0.4% | 0.73% | - |
| XYZ | 26.72 | 29.17 | 51.24 | - |
| YUV | 143.44 | 152.58 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 187 | 0.40 | 0.19 | 0 | 0.27 | 208.8 | 0.36 | 0.59 |
| Hex | 70 | 97 | BB | 28 | 13 | 0 | 1B | D1 | 24 | 3B |
| Octal | 160 | 227 | 273 | 50 | 23 | 0 | 33 | 321 | 44 | 73 |
| Binary | 1110000 | 10010111 | 10111011 | 101000 | 10011 | 0 | 11011 | 11010001 | 100100 | 111011 |
Color Harmonies of #7097BB
Complementary color
Monochromatic Colors of #7097BB
Black with #7097BB
Text Example
Text Example
White with #7097BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7097BB; }
p { color: rgb(112,151,187); }
H1.HeaderClassName
{
color: #7097BB;
}
.AnyTagClassName
{
color: #7097BB;
}
</style>
background-color css
<style>
a { background-color: #7097BB; }
a { background-color: rgb(112,151,187); }
div.DivClassName
{
background-color: #7097BB;
}
.BgClassName
{
background-color: #7097BB;
}
</style>
border-color css
<style>
span { border-color: #7097BB; }
span { border-color: rgb(112,151,187); }
td.TdClassName
{
border-color: #7097BB;
}
.TagClassName
{
border-color: #7097BB;
}
</style>