Shades of Shakespeare #759CC0
Tints of Shakespeare #759CC0
RGB
CMYK
RGB Variations
Color information
#759CC0 (or 0x759CC0) is known color: Shakespeare. HEX triplet: 75, 9C and C0. RGB value is (117,156,192). Sum of RGB (Red+Green+Blue) = 117+156+192=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #759CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CC0 is #8A633F. Grayscale: #949494. Windows color (decimal): -9069376 or 12622965. OLE color: 12622965.
HSL color Cylindrical-coordinate representation of color #759CC0: hue angle of 208.8º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #759CC0 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 156 | 192 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.25 |
| HSL | 208.8º | 0.37% | 0.61% | - |
| HSV(B) | 208.8º | 0.39% | 0.75% | - |
| XYZ | 28.74 | 31.36 | 54.41 | - |
| YUV | 148.44 | 152.58 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 192 | 0.39 | 0.19 | 0 | 0.25 | 208.8 | 0.37 | 0.61 |
| Hex | 75 | 9C | C0 | 27 | 13 | 0 | 19 | D1 | 25 | 3D |
| Octal | 165 | 234 | 300 | 47 | 23 | 0 | 31 | 321 | 45 | 75 |
| Binary | 1110101 | 10011100 | 11000000 | 100111 | 10011 | 0 | 11001 | 11010001 | 100101 | 111101 |
Color Harmonies of #759CC0
Complementary color
Monochromatic Colors of #759CC0
Black with #759CC0
Text Example
Text Example
White with #759CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759CC0; }
p { color: rgb(117,156,192); }
H1.HeaderClassName
{
color: #759CC0;
}
.AnyTagClassName
{
color: #759CC0;
}
</style>
background-color css
<style>
a { background-color: #759CC0; }
a { background-color: rgb(117,156,192); }
div.DivClassName
{
background-color: #759CC0;
}
.BgClassName
{
background-color: #759CC0;
}
</style>
border-color css
<style>
span { border-color: #759CC0; }
span { border-color: rgb(117,156,192); }
td.TdClassName
{
border-color: #759CC0;
}
.TagClassName
{
border-color: #759CC0;
}
</style>