Shades of Shakespeare #7699BB
Tints of Shakespeare #7699BB
RGB
CMYK
RGB Variations
Color information
#7699BB (or 0x7699BB) is known color: Shakespeare. HEX triplet: 76, 99 and BB. RGB value is (118,153,187). Sum of RGB (Red+Green+Blue) = 118+153+187=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #7699BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7699BB is #896644. Grayscale: #929292. Windows color (decimal): -9004613 or 12294518. OLE color: 12294518.
HSL color Cylindrical-coordinate representation of color #7699BB: hue angle of 209.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7699BB is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 153 | 187 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.27 |
| HSL | 209.57º | 0.34% | 0.6% | - |
| HSV(B) | 209.57º | 0.37% | 0.73% | - |
| XYZ | 27.83 | 30.22 | 51.38 | - |
| YUV | 146.41 | 150.9 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 187 | 0.37 | 0.18 | 0 | 0.27 | 209.57 | 0.34 | 0.6 |
| Hex | 76 | 99 | BB | 25 | 12 | 0 | 1B | D2 | 22 | 3C |
| Octal | 166 | 231 | 273 | 45 | 22 | 0 | 33 | 322 | 42 | 74 |
| Binary | 1110110 | 10011001 | 10111011 | 100101 | 10010 | 0 | 11011 | 11010010 | 100010 | 111100 |
Color Harmonies of #7699BB
Complementary color
Monochromatic Colors of #7699BB
Black with #7699BB
Text Example
Text Example
White with #7699BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7699BB; }
p { color: rgb(118,153,187); }
H1.HeaderClassName
{
color: #7699BB;
}
.AnyTagClassName
{
color: #7699BB;
}
</style>
background-color css
<style>
a { background-color: #7699BB; }
a { background-color: rgb(118,153,187); }
div.DivClassName
{
background-color: #7699BB;
}
.BgClassName
{
background-color: #7699BB;
}
</style>
border-color css
<style>
span { border-color: #7699BB; }
span { border-color: rgb(118,153,187); }
td.TdClassName
{
border-color: #7699BB;
}
.TagClassName
{
border-color: #7699BB;
}
</style>