Shades of Shakespeare #7699BD
Tints of Shakespeare #7699BD
RGB
CMYK
RGB Variations
Color information
#7699BD (or 0x7699BD) is known color: Shakespeare. HEX triplet: 76, 99 and BD. RGB value is (118,153,189). Sum of RGB (Red+Green+Blue) = 118+153+189=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #7699BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7699BD is #896642. Grayscale: #929292. Windows color (decimal): -9004611 or 12425590. OLE color: 12425590.
HSL color Cylindrical-coordinate representation of color #7699BD: hue angle of 210.42º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7699BD is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 153 | 189 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.26 |
| HSL | 210.42º | 0.35% | 0.6% | - |
| HSV(B) | 210.42º | 0.38% | 0.74% | - |
| XYZ | 28.05 | 30.31 | 52.52 | - |
| YUV | 146.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 189 | 0.38 | 0.19 | 0 | 0.26 | 210.42 | 0.35 | 0.6 |
| Hex | 76 | 99 | BD | 26 | 13 | 0 | 1A | D2 | 23 | 3C |
| Octal | 166 | 231 | 275 | 46 | 23 | 0 | 32 | 322 | 43 | 74 |
| Binary | 1110110 | 10011001 | 10111101 | 100110 | 10011 | 0 | 11010 | 11010010 | 100011 | 111100 |
Color Harmonies of #7699BD
Complementary color
Monochromatic Colors of #7699BD
Black with #7699BD
Text Example
Text Example
White with #7699BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7699BD; }
p { color: rgb(118,153,189); }
H1.HeaderClassName
{
color: #7699BD;
}
.AnyTagClassName
{
color: #7699BD;
}
</style>
background-color css
<style>
a { background-color: #7699BD; }
a { background-color: rgb(118,153,189); }
div.DivClassName
{
background-color: #7699BD;
}
.BgClassName
{
background-color: #7699BD;
}
</style>
border-color css
<style>
span { border-color: #7699BD; }
span { border-color: rgb(118,153,189); }
td.TdClassName
{
border-color: #7699BD;
}
.TagClassName
{
border-color: #7699BD;
}
</style>