Shades of Shakespeare #75A0BD
Tints of Shakespeare #75A0BD
RGB
CMYK
RGB Variations
Color information
#75A0BD (or 0x75A0BD) is known color: Shakespeare. HEX triplet: 75, A0 and BD. RGB value is (117,160,189). Sum of RGB (Red+Green+Blue) = 117+160+189=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #75A0BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A0BD is #8A5F42. Grayscale: #969696. Windows color (decimal): -9068355 or 12427381. OLE color: 12427381.
HSL color Cylindrical-coordinate representation of color #75A0BD: hue angle of 204.17º 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 #75A0BD is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 160 | 189 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.26 |
| HSL | 204.17º | 0.35% | 0.6% | - |
| HSV(B) | 204.17º | 0.38% | 0.74% | - |
| XYZ | 29.09 | 32.6 | 52.9 | - |
| YUV | 150.45 | 149.75 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 189 | 0.38 | 0.15 | 0 | 0.26 | 204.17 | 0.35 | 0.6 |
| Hex | 75 | A0 | BD | 26 | F | 0 | 1A | CC | 23 | 3C |
| Octal | 165 | 240 | 275 | 46 | 17 | 0 | 32 | 314 | 43 | 74 |
| Binary | 1110101 | 10100000 | 10111101 | 100110 | 1111 | 0 | 11010 | 11001100 | 100011 | 111100 |
Color Harmonies of #75A0BD
Complementary color
Monochromatic Colors of #75A0BD
Black with #75A0BD
Text Example
Text Example
White with #75A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A0BD; }
p { color: rgb(117,160,189); }
H1.HeaderClassName
{
color: #75A0BD;
}
.AnyTagClassName
{
color: #75A0BD;
}
</style>
background-color css
<style>
a { background-color: #75A0BD; }
a { background-color: rgb(117,160,189); }
div.DivClassName
{
background-color: #75A0BD;
}
.BgClassName
{
background-color: #75A0BD;
}
</style>
border-color css
<style>
span { border-color: #75A0BD; }
span { border-color: rgb(117,160,189); }
td.TdClassName
{
border-color: #75A0BD;
}
.TagClassName
{
border-color: #75A0BD;
}
</style>