Shades of Shakespeare #769EBC
Tints of Shakespeare #769EBC
RGB
CMYK
RGB Variations
Color information
#769EBC (or 0x769EBC) is known color: Shakespeare. HEX triplet: 76, 9E and BC. RGB value is (118,158,188). Sum of RGB (Red+Green+Blue) = 118+158+188=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #769EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769EBC is #896143. Grayscale: #959595. Windows color (decimal): -9003332 or 12361334. OLE color: 12361334.
HSL color Cylindrical-coordinate representation of color #769EBC: hue angle of 205.71º 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 #769EBC is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 158 | 188 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.26 |
| HSL | 205.71º | 0.34% | 0.6% | - |
| HSV(B) | 205.71º | 0.37% | 0.74% | - |
| XYZ | 28.78 | 31.94 | 52.22 | - |
| YUV | 149.46 | 149.75 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 188 | 0.37 | 0.16 | 0 | 0.26 | 205.71 | 0.34 | 0.6 |
| Hex | 76 | 9E | BC | 25 | 10 | 0 | 1A | CE | 22 | 3C |
| Octal | 166 | 236 | 274 | 45 | 20 | 0 | 32 | 316 | 42 | 74 |
| Binary | 1110110 | 10011110 | 10111100 | 100101 | 10000 | 0 | 11010 | 11001110 | 100010 | 111100 |
Color Harmonies of #769EBC
Complementary color
Monochromatic Colors of #769EBC
Black with #769EBC
Text Example
Text Example
White with #769EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769EBC; }
p { color: rgb(118,158,188); }
H1.HeaderClassName
{
color: #769EBC;
}
.AnyTagClassName
{
color: #769EBC;
}
</style>
background-color css
<style>
a { background-color: #769EBC; }
a { background-color: rgb(118,158,188); }
div.DivClassName
{
background-color: #769EBC;
}
.BgClassName
{
background-color: #769EBC;
}
</style>
border-color css
<style>
span { border-color: #769EBC; }
span { border-color: rgb(118,158,188); }
td.TdClassName
{
border-color: #769EBC;
}
.TagClassName
{
border-color: #769EBC;
}
</style>