Shades of Shakespeare #769CBE
Tints of Shakespeare #769CBE
RGB
CMYK
RGB Variations
Color information
#769CBE (or 0x769CBE) is known color: Shakespeare. HEX triplet: 76, 9C and BE. RGB value is (118,156,190). Sum of RGB (Red+Green+Blue) = 118+156+190=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #769CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CBE is #896341. Grayscale: #949494. Windows color (decimal): -9003842 or 12491894. OLE color: 12491894.
HSL color Cylindrical-coordinate representation of color #769CBE: hue angle of 208.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #769CBE is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 156 | 190 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.25 |
| HSL | 208.33º | 0.36% | 0.6% | - |
| HSV(B) | 208.33º | 0.38% | 0.75% | - |
| XYZ | 28.65 | 31.35 | 53.26 | - |
| YUV | 148.51 | 151.41 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 190 | 0.38 | 0.18 | 0 | 0.25 | 208.33 | 0.36 | 0.6 |
| Hex | 76 | 9C | BE | 26 | 12 | 0 | 19 | D0 | 24 | 3C |
| Octal | 166 | 234 | 276 | 46 | 22 | 0 | 31 | 320 | 44 | 74 |
| Binary | 1110110 | 10011100 | 10111110 | 100110 | 10010 | 0 | 11001 | 11010000 | 100100 | 111100 |
Color Harmonies of #769CBE
Complementary color
Monochromatic Colors of #769CBE
Black with #769CBE
Text Example
Text Example
White with #769CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769CBE; }
p { color: rgb(118,156,190); }
H1.HeaderClassName
{
color: #769CBE;
}
.AnyTagClassName
{
color: #769CBE;
}
</style>
background-color css
<style>
a { background-color: #769CBE; }
a { background-color: rgb(118,156,190); }
div.DivClassName
{
background-color: #769CBE;
}
.BgClassName
{
background-color: #769CBE;
}
</style>
border-color css
<style>
span { border-color: #769CBE; }
span { border-color: rgb(118,156,190); }
td.TdClassName
{
border-color: #769CBE;
}
.TagClassName
{
border-color: #769CBE;
}
</style>