Shades of Shakespeare #769ABF
Tints of Shakespeare #769ABF
RGB
CMYK
RGB Variations
Color information
#769ABF (or 0x769ABF) is known color: Shakespeare. HEX triplet: 76, 9A and BF. RGB value is (118,154,191). Sum of RGB (Red+Green+Blue) = 118+154+191=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 154 (60.55% from 255 or 33.26% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #769ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ABF is #896540. Grayscale: #939393. Windows color (decimal): -9004353 or 12556918. OLE color: 12556918.
HSL color Cylindrical-coordinate representation of color #769ABF: hue angle of 210.41º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #769ABF is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 154 | 191 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.25 |
| HSL | 210.41º | 0.36% | 0.61% | - |
| HSV(B) | 210.41º | 0.38% | 0.75% | - |
| XYZ | 28.43 | 30.72 | 53.72 | - |
| YUV | 147.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 191 | 0.38 | 0.19 | 0 | 0.25 | 210.41 | 0.36 | 0.61 |
| Hex | 76 | 9A | BF | 26 | 13 | 0 | 19 | D2 | 24 | 3D |
| Octal | 166 | 232 | 277 | 46 | 23 | 0 | 31 | 322 | 44 | 75 |
| Binary | 1110110 | 10011010 | 10111111 | 100110 | 10011 | 0 | 11001 | 11010010 | 100100 | 111101 |
Color Harmonies of #769ABF
Complementary color
Monochromatic Colors of #769ABF
Black with #769ABF
Text Example
Text Example
White with #769ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769ABF; }
p { color: rgb(118,154,191); }
H1.HeaderClassName
{
color: #769ABF;
}
.AnyTagClassName
{
color: #769ABF;
}
</style>
background-color css
<style>
a { background-color: #769ABF; }
a { background-color: rgb(118,154,191); }
div.DivClassName
{
background-color: #769ABF;
}
.BgClassName
{
background-color: #769ABF;
}
</style>
border-color css
<style>
span { border-color: #769ABF; }
span { border-color: rgb(118,154,191); }
td.TdClassName
{
border-color: #769ABF;
}
.TagClassName
{
border-color: #769ABF;
}
</style>