Shades of Shakespeare #759FBA
Tints of Shakespeare #759FBA
RGB
CMYK
RGB Variations
Color information
#759FBA (or 0x759FBA) is known color: Shakespeare. HEX triplet: 75, 9F and BA. RGB value is (117,159,186). Sum of RGB (Red+Green+Blue) = 117+159+186=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #759FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759FBA is #8A6045. Grayscale: #959595. Windows color (decimal): -9068614 or 12230517. OLE color: 12230517.
HSL color Cylindrical-coordinate representation of color #759FBA: hue angle of 203.48º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #759FBA is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 159 | 186 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.27 |
| HSL | 203.48º | 0.33% | 0.59% | - |
| HSV(B) | 203.48º | 0.37% | 0.73% | - |
| XYZ | 28.6 | 32.12 | 51.15 | - |
| YUV | 149.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 186 | 0.37 | 0.15 | 0 | 0.27 | 203.48 | 0.33 | 0.59 |
| Hex | 75 | 9F | BA | 25 | F | 0 | 1B | CB | 21 | 3B |
| Octal | 165 | 237 | 272 | 45 | 17 | 0 | 33 | 313 | 41 | 73 |
| Binary | 1110101 | 10011111 | 10111010 | 100101 | 1111 | 0 | 11011 | 11001011 | 100001 | 111011 |
Color Harmonies of #759FBA
Complementary color
Monochromatic Colors of #759FBA
Black with #759FBA
Text Example
Text Example
White with #759FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759FBA; }
p { color: rgb(117,159,186); }
H1.HeaderClassName
{
color: #759FBA;
}
.AnyTagClassName
{
color: #759FBA;
}
</style>
background-color css
<style>
a { background-color: #759FBA; }
a { background-color: rgb(117,159,186); }
div.DivClassName
{
background-color: #759FBA;
}
.BgClassName
{
background-color: #759FBA;
}
</style>
border-color css
<style>
span { border-color: #759FBA; }
span { border-color: rgb(117,159,186); }
td.TdClassName
{
border-color: #759FBA;
}
.TagClassName
{
border-color: #759FBA;
}
</style>