Shades of Shakespeare #7598BB
Tints of Shakespeare #7598BB
RGB
CMYK
RGB Variations
Color information
#7598BB (or 0x7598BB) is known color: Shakespeare. HEX triplet: 75, 98 and BB. RGB value is (117,152,187). Sum of RGB (Red+Green+Blue) = 117+152+187=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #7598BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7598BB is #8A6744. Grayscale: #919191. Windows color (decimal): -9070405 or 12294261. OLE color: 12294261.
HSL color Cylindrical-coordinate representation of color #7598BB: hue angle of 210º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7598BB is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 152 | 187 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.27 |
| HSL | 210º | 0.34% | 0.6% | - |
| HSV(B) | 210º | 0.37% | 0.73% | - |
| XYZ | 27.53 | 29.83 | 51.32 | - |
| YUV | 145.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 187 | 0.37 | 0.19 | 0 | 0.27 | 210 | 0.34 | 0.6 |
| Hex | 75 | 98 | BB | 25 | 13 | 0 | 1B | D2 | 22 | 3C |
| Octal | 165 | 230 | 273 | 45 | 23 | 0 | 33 | 322 | 42 | 74 |
| Binary | 1110101 | 10011000 | 10111011 | 100101 | 10011 | 0 | 11011 | 11010010 | 100010 | 111100 |
Color Harmonies of #7598BB
Complementary color
Monochromatic Colors of #7598BB
Black with #7598BB
Text Example
Text Example
White with #7598BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7598BB; }
p { color: rgb(117,152,187); }
H1.HeaderClassName
{
color: #7598BB;
}
.AnyTagClassName
{
color: #7598BB;
}
</style>
background-color css
<style>
a { background-color: #7598BB; }
a { background-color: rgb(117,152,187); }
div.DivClassName
{
background-color: #7598BB;
}
.BgClassName
{
background-color: #7598BB;
}
</style>
border-color css
<style>
span { border-color: #7598BB; }
span { border-color: rgb(117,152,187); }
td.TdClassName
{
border-color: #7598BB;
}
.TagClassName
{
border-color: #7598BB;
}
</style>