Shades of Shakespeare #759BBC
Tints of Shakespeare #759BBC
RGB
CMYK
RGB Variations
Color information
#759BBC (or 0x759BBC) is known color: Shakespeare. HEX triplet: 75, 9B and BC. RGB value is (117,155,188). Sum of RGB (Red+Green+Blue) = 117+155+188=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #759BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BBC is #8A6443. Grayscale: #939393. Windows color (decimal): -9069636 or 12360565. OLE color: 12360565.
HSL color Cylindrical-coordinate representation of color #759BBC: hue angle of 207.89º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #759BBC is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 155 | 188 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.26 |
| HSL | 207.89º | 0.35% | 0.6% | - |
| HSV(B) | 207.89º | 0.38% | 0.74% | - |
| XYZ | 28.13 | 30.86 | 52.05 | - |
| YUV | 147.4 | 150.91 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 188 | 0.38 | 0.18 | 0 | 0.26 | 207.89 | 0.35 | 0.6 |
| Hex | 75 | 9B | BC | 26 | 12 | 0 | 1A | D0 | 23 | 3C |
| Octal | 165 | 233 | 274 | 46 | 22 | 0 | 32 | 320 | 43 | 74 |
| Binary | 1110101 | 10011011 | 10111100 | 100110 | 10010 | 0 | 11010 | 11010000 | 100011 | 111100 |
Color Harmonies of #759BBC
Complementary color
Monochromatic Colors of #759BBC
Black with #759BBC
Text Example
Text Example
White with #759BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759BBC; }
p { color: rgb(117,155,188); }
H1.HeaderClassName
{
color: #759BBC;
}
.AnyTagClassName
{
color: #759BBC;
}
</style>
background-color css
<style>
a { background-color: #759BBC; }
a { background-color: rgb(117,155,188); }
div.DivClassName
{
background-color: #759BBC;
}
.BgClassName
{
background-color: #759BBC;
}
</style>
border-color css
<style>
span { border-color: #759BBC; }
span { border-color: rgb(117,155,188); }
td.TdClassName
{
border-color: #759BBC;
}
.TagClassName
{
border-color: #759BBC;
}
</style>