Shades of Shakespeare #7498BA
Tints of Shakespeare #7498BA
RGB
CMYK
RGB Variations
Color information
#7498BA (or 0x7498BA) is known color: Shakespeare. HEX triplet: 74, 98 and BA. RGB value is (116,152,186). Sum of RGB (Red+Green+Blue) = 116+152+186=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #7498BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7498BA is #8B6745. Grayscale: #909090. Windows color (decimal): -9135942 or 12228724. OLE color: 12228724.
HSL color Cylindrical-coordinate representation of color #7498BA: hue angle of 209.14º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7498BA is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 152 | 186 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.27 |
| HSL | 209.14º | 0.34% | 0.59% | - |
| HSV(B) | 209.14º | 0.38% | 0.73% | - |
| XYZ | 27.29 | 29.71 | 50.75 | - |
| YUV | 145.11 | 151.07 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 186 | 0.38 | 0.18 | 0 | 0.27 | 209.14 | 0.34 | 0.59 |
| Hex | 74 | 98 | BA | 26 | 12 | 0 | 1B | D1 | 22 | 3B |
| Octal | 164 | 230 | 272 | 46 | 22 | 0 | 33 | 321 | 42 | 73 |
| Binary | 1110100 | 10011000 | 10111010 | 100110 | 10010 | 0 | 11011 | 11010001 | 100010 | 111011 |
Color Harmonies of #7498BA
Complementary color
Monochromatic Colors of #7498BA
Black with #7498BA
Text Example
Text Example
White with #7498BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7498BA; }
p { color: rgb(116,152,186); }
H1.HeaderClassName
{
color: #7498BA;
}
.AnyTagClassName
{
color: #7498BA;
}
</style>
background-color css
<style>
a { background-color: #7498BA; }
a { background-color: rgb(116,152,186); }
div.DivClassName
{
background-color: #7498BA;
}
.BgClassName
{
background-color: #7498BA;
}
</style>
border-color css
<style>
span { border-color: #7498BA; }
span { border-color: rgb(116,152,186); }
td.TdClassName
{
border-color: #7498BA;
}
.TagClassName
{
border-color: #7498BA;
}
</style>