Shades of Shakespeare #769DBC
Tints of Shakespeare #769DBC
RGB
CMYK
RGB Variations
Color information
#769DBC (or 0x769DBC) is known color: Shakespeare. HEX triplet: 76, 9D and BC. RGB value is (118,157,188). Sum of RGB (Red+Green+Blue) = 118+157+188=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #769DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DBC is #896243. Grayscale: #949494. Windows color (decimal): -9003588 or 12361078. OLE color: 12361078.
HSL color Cylindrical-coordinate representation of color #769DBC: hue angle of 206.57º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #769DBC is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 157 | 188 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.26 |
| HSL | 206.57º | 0.34% | 0.6% | - |
| HSV(B) | 206.57º | 0.37% | 0.74% | - |
| XYZ | 28.61 | 31.6 | 52.17 | - |
| YUV | 148.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 188 | 0.37 | 0.16 | 0 | 0.26 | 206.57 | 0.34 | 0.6 |
| Hex | 76 | 9D | BC | 25 | 10 | 0 | 1A | CF | 22 | 3C |
| Octal | 166 | 235 | 274 | 45 | 20 | 0 | 32 | 317 | 42 | 74 |
| Binary | 1110110 | 10011101 | 10111100 | 100101 | 10000 | 0 | 11010 | 11001111 | 100010 | 111100 |
Color Harmonies of #769DBC
Complementary color
Monochromatic Colors of #769DBC
Black with #769DBC
Text Example
Text Example
White with #769DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769DBC; }
p { color: rgb(118,157,188); }
H1.HeaderClassName
{
color: #769DBC;
}
.AnyTagClassName
{
color: #769DBC;
}
</style>
background-color css
<style>
a { background-color: #769DBC; }
a { background-color: rgb(118,157,188); }
div.DivClassName
{
background-color: #769DBC;
}
.BgClassName
{
background-color: #769DBC;
}
</style>
border-color css
<style>
span { border-color: #769DBC; }
span { border-color: rgb(118,157,188); }
td.TdClassName
{
border-color: #769DBC;
}
.TagClassName
{
border-color: #769DBC;
}
</style>