Shades of Shakespeare #759EBF
Tints of Shakespeare #759EBF
RGB
CMYK
RGB Variations
Color information
#759EBF (or 0x759EBF) is known color: Shakespeare. HEX triplet: 75, 9E and BF. RGB value is (117,158,191). Sum of RGB (Red+Green+Blue) = 117+158+191=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #759EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759EBF is #8A6140. Grayscale: #959595. Windows color (decimal): -9068865 or 12557941. OLE color: 12557941.
HSL color Cylindrical-coordinate representation of color #759EBF: hue angle of 206.76º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #759EBF is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 158 | 191 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.25 |
| HSL | 206.76º | 0.37% | 0.6% | - |
| HSV(B) | 206.76º | 0.39% | 0.75% | - |
| XYZ | 28.97 | 32 | 53.94 | - |
| YUV | 149.5 | 151.42 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 191 | 0.39 | 0.17 | 0 | 0.25 | 206.76 | 0.37 | 0.6 |
| Hex | 75 | 9E | BF | 27 | 11 | 0 | 19 | CF | 25 | 3C |
| Octal | 165 | 236 | 277 | 47 | 21 | 0 | 31 | 317 | 45 | 74 |
| Binary | 1110101 | 10011110 | 10111111 | 100111 | 10001 | 0 | 11001 | 11001111 | 100101 | 111100 |
Color Harmonies of #759EBF
Complementary color
Monochromatic Colors of #759EBF
Black with #759EBF
Text Example
Text Example
White with #759EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759EBF; }
p { color: rgb(117,158,191); }
H1.HeaderClassName
{
color: #759EBF;
}
.AnyTagClassName
{
color: #759EBF;
}
</style>
background-color css
<style>
a { background-color: #759EBF; }
a { background-color: rgb(117,158,191); }
div.DivClassName
{
background-color: #759EBF;
}
.BgClassName
{
background-color: #759EBF;
}
</style>
border-color css
<style>
span { border-color: #759EBF; }
span { border-color: rgb(117,158,191); }
td.TdClassName
{
border-color: #759EBF;
}
.TagClassName
{
border-color: #759EBF;
}
</style>