Shades of Shakespeare #759CBF
Tints of Shakespeare #759CBF
RGB
CMYK
RGB Variations
Color information
#759CBF (or 0x759CBF) is known color: Shakespeare. HEX triplet: 75, 9C and BF. RGB value is (117,156,191). Sum of RGB (Red+Green+Blue) = 117+156+191=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #759CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CBF is #8A6340. Grayscale: #949494. Windows color (decimal): -9069377 or 12557429. OLE color: 12557429.
HSL color Cylindrical-coordinate representation of color #759CBF: hue angle of 208.38º 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 #759CBF is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 156 | 191 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.25 |
| HSL | 208.38º | 0.37% | 0.6% | - |
| HSV(B) | 208.38º | 0.39% | 0.75% | - |
| XYZ | 28.63 | 31.32 | 53.83 | - |
| YUV | 148.33 | 152.08 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 191 | 0.39 | 0.18 | 0 | 0.25 | 208.38 | 0.37 | 0.6 |
| Hex | 75 | 9C | BF | 27 | 12 | 0 | 19 | D0 | 25 | 3C |
| Octal | 165 | 234 | 277 | 47 | 22 | 0 | 31 | 320 | 45 | 74 |
| Binary | 1110101 | 10011100 | 10111111 | 100111 | 10010 | 0 | 11001 | 11010000 | 100101 | 111100 |
Color Harmonies of #759CBF
Complementary color
Monochromatic Colors of #759CBF
Black with #759CBF
Text Example
Text Example
White with #759CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759CBF; }
p { color: rgb(117,156,191); }
H1.HeaderClassName
{
color: #759CBF;
}
.AnyTagClassName
{
color: #759CBF;
}
</style>
background-color css
<style>
a { background-color: #759CBF; }
a { background-color: rgb(117,156,191); }
div.DivClassName
{
background-color: #759CBF;
}
.BgClassName
{
background-color: #759CBF;
}
</style>
border-color css
<style>
span { border-color: #759CBF; }
span { border-color: rgb(117,156,191); }
td.TdClassName
{
border-color: #759CBF;
}
.TagClassName
{
border-color: #759CBF;
}
</style>