Shades of Shakespeare #759DBC
Tints of Shakespeare #759DBC
RGB
CMYK
RGB Variations
Color information
#759DBC (or 0x759DBC) is known color: Shakespeare. HEX triplet: 75, 9D and BC. RGB value is (117,157,188). Sum of RGB (Red+Green+Blue) = 117+157+188=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #759DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DBC is #8A6243. Grayscale: #949494. Windows color (decimal): -9069124 or 12361077. OLE color: 12361077.
HSL color Cylindrical-coordinate representation of color #759DBC: hue angle of 206.2º 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 #759DBC is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 157 | 188 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.26 |
| HSL | 206.2º | 0.35% | 0.6% | - |
| HSV(B) | 206.2º | 0.38% | 0.74% | - |
| XYZ | 28.47 | 31.53 | 52.16 | - |
| YUV | 148.57 | 150.25 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 188 | 0.38 | 0.16 | 0 | 0.26 | 206.2 | 0.35 | 0.6 |
| Hex | 75 | 9D | BC | 26 | 10 | 0 | 1A | CE | 23 | 3C |
| Octal | 165 | 235 | 274 | 46 | 20 | 0 | 32 | 316 | 43 | 74 |
| Binary | 1110101 | 10011101 | 10111100 | 100110 | 10000 | 0 | 11010 | 11001110 | 100011 | 111100 |
Color Harmonies of #759DBC
Complementary color
Monochromatic Colors of #759DBC
Black with #759DBC
Text Example
Text Example
White with #759DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759DBC; }
p { color: rgb(117,157,188); }
H1.HeaderClassName
{
color: #759DBC;
}
.AnyTagClassName
{
color: #759DBC;
}
</style>
background-color css
<style>
a { background-color: #759DBC; }
a { background-color: rgb(117,157,188); }
div.DivClassName
{
background-color: #759DBC;
}
.BgClassName
{
background-color: #759DBC;
}
</style>
border-color css
<style>
span { border-color: #759DBC; }
span { border-color: rgb(117,157,188); }
td.TdClassName
{
border-color: #759DBC;
}
.TagClassName
{
border-color: #759DBC;
}
</style>