Shades of Shakespeare #7599BE
Tints of Shakespeare #7599BE
RGB
CMYK
RGB Variations
Color information
#7599BE (or 0x7599BE) is known color: Shakespeare. HEX triplet: 75, 99 and BE. RGB value is (117,153,190). Sum of RGB (Red+Green+Blue) = 117+153+190=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #7599BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599BE is #8A6641. Grayscale: #929292. Windows color (decimal): -9070146 or 12491125. OLE color: 12491125.
HSL color Cylindrical-coordinate representation of color #7599BE: hue angle of 210.41º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7599BE is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 153 | 190 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.25 |
| HSL | 210.41º | 0.36% | 0.6% | - |
| HSV(B) | 210.41º | 0.38% | 0.75% | - |
| XYZ | 28.02 | 30.28 | 53.08 | - |
| YUV | 146.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 190 | 0.38 | 0.19 | 0 | 0.25 | 210.41 | 0.36 | 0.6 |
| Hex | 75 | 99 | BE | 26 | 13 | 0 | 19 | D2 | 24 | 3C |
| Octal | 165 | 231 | 276 | 46 | 23 | 0 | 31 | 322 | 44 | 74 |
| Binary | 1110101 | 10011001 | 10111110 | 100110 | 10011 | 0 | 11001 | 11010010 | 100100 | 111100 |
Color Harmonies of #7599BE
Complementary color
Monochromatic Colors of #7599BE
Black with #7599BE
Text Example
Text Example
White with #7599BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7599BE; }
p { color: rgb(117,153,190); }
H1.HeaderClassName
{
color: #7599BE;
}
.AnyTagClassName
{
color: #7599BE;
}
</style>
background-color css
<style>
a { background-color: #7599BE; }
a { background-color: rgb(117,153,190); }
div.DivClassName
{
background-color: #7599BE;
}
.BgClassName
{
background-color: #7599BE;
}
</style>
border-color css
<style>
span { border-color: #7599BE; }
span { border-color: rgb(117,153,190); }
td.TdClassName
{
border-color: #7599BE;
}
.TagClassName
{
border-color: #7599BE;
}
</style>