Shades of Shakespeare #759FBC
Tints of Shakespeare #759FBC
RGB
CMYK
RGB Variations
Color information
#759FBC (or 0x759FBC) is known color: Shakespeare. HEX triplet: 75, 9F and BC. RGB value is (117,159,188). Sum of RGB (Red+Green+Blue) = 117+159+188=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 188 - color contains mainly: blue. Hex color #759FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759FBC is #8A6043. Grayscale: #959595. Windows color (decimal): -9068612 or 12361589. OLE color: 12361589.
HSL color Cylindrical-coordinate representation of color #759FBC: hue angle of 204.51º 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 #759FBC is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 159 | 188 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.26 |
| HSL | 204.51º | 0.35% | 0.6% | - |
| HSV(B) | 204.51º | 0.38% | 0.74% | - |
| XYZ | 28.81 | 32.21 | 52.28 | - |
| YUV | 149.75 | 149.59 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 188 | 0.38 | 0.15 | 0 | 0.26 | 204.51 | 0.35 | 0.6 |
| Hex | 75 | 9F | BC | 26 | F | 0 | 1A | CD | 23 | 3C |
| Octal | 165 | 237 | 274 | 46 | 17 | 0 | 32 | 315 | 43 | 74 |
| Binary | 1110101 | 10011111 | 10111100 | 100110 | 1111 | 0 | 11010 | 11001101 | 100011 | 111100 |
Color Harmonies of #759FBC
Complementary color
Monochromatic Colors of #759FBC
Black with #759FBC
Text Example
Text Example
White with #759FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759FBC; }
p { color: rgb(117,159,188); }
H1.HeaderClassName
{
color: #759FBC;
}
.AnyTagClassName
{
color: #759FBC;
}
</style>
background-color css
<style>
a { background-color: #759FBC; }
a { background-color: rgb(117,159,188); }
div.DivClassName
{
background-color: #759FBC;
}
.BgClassName
{
background-color: #759FBC;
}
</style>
border-color css
<style>
span { border-color: #759FBC; }
span { border-color: rgb(117,159,188); }
td.TdClassName
{
border-color: #759FBC;
}
.TagClassName
{
border-color: #759FBC;
}
</style>