Shades of Shakespeare #769CBC
Tints of Shakespeare #769CBC
RGB
CMYK
RGB Variations
Color information
#769CBC (or 0x769CBC) is known color: Shakespeare. HEX triplet: 76, 9C and BC. RGB value is (118,156,188). Sum of RGB (Red+Green+Blue) = 118+156+188=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #769CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CBC is #896343. Grayscale: #949494. Windows color (decimal): -9003844 or 12360822. OLE color: 12360822.
HSL color Cylindrical-coordinate representation of color #769CBC: hue angle of 207.43º 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 #769CBC is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 156 | 188 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.26 |
| HSL | 207.43º | 0.34% | 0.6% | - |
| HSV(B) | 207.43º | 0.37% | 0.74% | - |
| XYZ | 28.44 | 31.26 | 52.11 | - |
| YUV | 148.29 | 150.41 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 188 | 0.37 | 0.17 | 0 | 0.26 | 207.43 | 0.34 | 0.6 |
| Hex | 76 | 9C | BC | 25 | 11 | 0 | 1A | CF | 22 | 3C |
| Octal | 166 | 234 | 274 | 45 | 21 | 0 | 32 | 317 | 42 | 74 |
| Binary | 1110110 | 10011100 | 10111100 | 100101 | 10001 | 0 | 11010 | 11001111 | 100010 | 111100 |
Color Harmonies of #769CBC
Complementary color
Monochromatic Colors of #769CBC
Black with #769CBC
Text Example
Text Example
White with #769CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769CBC; }
p { color: rgb(118,156,188); }
H1.HeaderClassName
{
color: #769CBC;
}
.AnyTagClassName
{
color: #769CBC;
}
</style>
background-color css
<style>
a { background-color: #769CBC; }
a { background-color: rgb(118,156,188); }
div.DivClassName
{
background-color: #769CBC;
}
.BgClassName
{
background-color: #769CBC;
}
</style>
border-color css
<style>
span { border-color: #769CBC; }
span { border-color: rgb(118,156,188); }
td.TdClassName
{
border-color: #769CBC;
}
.TagClassName
{
border-color: #769CBC;
}
</style>