Shades of Shakespeare #759BBF
Tints of Shakespeare #759BBF
RGB
CMYK
RGB Variations
Color information
#759BBF (or 0x759BBF) is known color: Shakespeare. HEX triplet: 75, 9B and BF. RGB value is (117,155,191). Sum of RGB (Red+Green+Blue) = 117+155+191=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 155 (60.94% from 255 or 33.48% 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 #759BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BBF is #8A6440. Grayscale: #939393. Windows color (decimal): -9069633 or 12557173. OLE color: 12557173.
HSL color Cylindrical-coordinate representation of color #759BBF: hue angle of 209.19º 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 #759BBF is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 155 | 191 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.25 |
| HSL | 209.19º | 0.37% | 0.6% | - |
| HSV(B) | 209.19º | 0.39% | 0.75% | - |
| XYZ | 28.46 | 30.99 | 53.77 | - |
| YUV | 147.74 | 152.41 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 191 | 0.39 | 0.19 | 0 | 0.25 | 209.19 | 0.37 | 0.6 |
| Hex | 75 | 9B | BF | 27 | 13 | 0 | 19 | D1 | 25 | 3C |
| Octal | 165 | 233 | 277 | 47 | 23 | 0 | 31 | 321 | 45 | 74 |
| Binary | 1110101 | 10011011 | 10111111 | 100111 | 10011 | 0 | 11001 | 11010001 | 100101 | 111100 |
Color Harmonies of #759BBF
Complementary color
Monochromatic Colors of #759BBF
Black with #759BBF
Text Example
Text Example
White with #759BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759BBF; }
p { color: rgb(117,155,191); }
H1.HeaderClassName
{
color: #759BBF;
}
.AnyTagClassName
{
color: #759BBF;
}
</style>
background-color css
<style>
a { background-color: #759BBF; }
a { background-color: rgb(117,155,191); }
div.DivClassName
{
background-color: #759BBF;
}
.BgClassName
{
background-color: #759BBF;
}
</style>
border-color css
<style>
span { border-color: #759BBF; }
span { border-color: rgb(117,155,191); }
td.TdClassName
{
border-color: #759BBF;
}
.TagClassName
{
border-color: #759BBF;
}
</style>