Shades of Shakespeare #769ABC
Tints of Shakespeare #769ABC
RGB
CMYK
RGB Variations
Color information
#769ABC (or 0x769ABC) is known color: Shakespeare. HEX triplet: 76, 9A and BC. RGB value is (118,154,188). Sum of RGB (Red+Green+Blue) = 118+154+188=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #769ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ABC is #896543. Grayscale: #929292. Windows color (decimal): -9004356 or 12360310. OLE color: 12360310.
HSL color Cylindrical-coordinate representation of color #769ABC: hue angle of 209.14º 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 #769ABC is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 154 | 188 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.26 |
| HSL | 209.14º | 0.34% | 0.6% | - |
| HSV(B) | 209.14º | 0.37% | 0.74% | - |
| XYZ | 28.1 | 30.59 | 52 | - |
| YUV | 147.11 | 151.07 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 188 | 0.37 | 0.18 | 0 | 0.26 | 209.14 | 0.34 | 0.6 |
| Hex | 76 | 9A | BC | 25 | 12 | 0 | 1A | D1 | 22 | 3C |
| Octal | 166 | 232 | 274 | 45 | 22 | 0 | 32 | 321 | 42 | 74 |
| Binary | 1110110 | 10011010 | 10111100 | 100101 | 10010 | 0 | 11010 | 11010001 | 100010 | 111100 |
Color Harmonies of #769ABC
Complementary color
Monochromatic Colors of #769ABC
Black with #769ABC
Text Example
Text Example
White with #769ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769ABC; }
p { color: rgb(118,154,188); }
H1.HeaderClassName
{
color: #769ABC;
}
.AnyTagClassName
{
color: #769ABC;
}
</style>
background-color css
<style>
a { background-color: #769ABC; }
a { background-color: rgb(118,154,188); }
div.DivClassName
{
background-color: #769ABC;
}
.BgClassName
{
background-color: #769ABC;
}
</style>
border-color css
<style>
span { border-color: #769ABC; }
span { border-color: rgb(118,154,188); }
td.TdClassName
{
border-color: #769ABC;
}
.TagClassName
{
border-color: #769ABC;
}
</style>