Shades of Shakespeare #75A0BC
Tints of Shakespeare #75A0BC
RGB
CMYK
RGB Variations
Color information
#75A0BC (or 0x75A0BC) is known color: Shakespeare. HEX triplet: 75, A0 and BC. RGB value is (117,160,188). Sum of RGB (Red+Green+Blue) = 117+160+188=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #75A0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A0BC is #8A5F43. Grayscale: #969696. Windows color (decimal): -9068356 or 12361845. OLE color: 12361845.
HSL color Cylindrical-coordinate representation of color #75A0BC: hue angle of 203.66º 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 #75A0BC is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 160 | 188 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.26 |
| HSL | 203.66º | 0.35% | 0.6% | - |
| HSV(B) | 203.66º | 0.38% | 0.74% | - |
| XYZ | 28.98 | 32.55 | 52.33 | - |
| YUV | 150.34 | 149.25 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 188 | 0.38 | 0.15 | 0 | 0.26 | 203.66 | 0.35 | 0.6 |
| Hex | 75 | A0 | BC | 26 | F | 0 | 1A | CC | 23 | 3C |
| Octal | 165 | 240 | 274 | 46 | 17 | 0 | 32 | 314 | 43 | 74 |
| Binary | 1110101 | 10100000 | 10111100 | 100110 | 1111 | 0 | 11010 | 11001100 | 100011 | 111100 |
Color Harmonies of #75A0BC
Complementary color
Monochromatic Colors of #75A0BC
Black with #75A0BC
Text Example
Text Example
White with #75A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A0BC; }
p { color: rgb(117,160,188); }
H1.HeaderClassName
{
color: #75A0BC;
}
.AnyTagClassName
{
color: #75A0BC;
}
</style>
background-color css
<style>
a { background-color: #75A0BC; }
a { background-color: rgb(117,160,188); }
div.DivClassName
{
background-color: #75A0BC;
}
.BgClassName
{
background-color: #75A0BC;
}
</style>
border-color css
<style>
span { border-color: #75A0BC; }
span { border-color: rgb(117,160,188); }
td.TdClassName
{
border-color: #75A0BC;
}
.TagClassName
{
border-color: #75A0BC;
}
</style>