Shades of Shakespeare #7498BB
Tints of Shakespeare #7498BB
RGB
CMYK
RGB Variations
Color information
#7498BB (or 0x7498BB) is known color: Shakespeare. HEX triplet: 74, 98 and BB. RGB value is (116,152,187). Sum of RGB (Red+Green+Blue) = 116+152+187=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 152 (59.77% from 255 or 33.41% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #7498BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7498BB is #8B6744. Grayscale: #919191. Windows color (decimal): -9135941 or 12294260. OLE color: 12294260.
HSL color Cylindrical-coordinate representation of color #7498BB: hue angle of 209.58º 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 #7498BB is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 152 | 187 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.27 |
| HSL | 209.58º | 0.34% | 0.59% | - |
| HSV(B) | 209.58º | 0.38% | 0.73% | - |
| XYZ | 27.4 | 29.76 | 51.31 | - |
| YUV | 145.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 152 | 187 | 0.38 | 0.19 | 0 | 0.27 | 209.58 | 0.34 | 0.59 |
| Hex | 74 | 98 | BB | 26 | 13 | 0 | 1B | D2 | 22 | 3B |
| Octal | 164 | 230 | 273 | 46 | 23 | 0 | 33 | 322 | 42 | 73 |
| Binary | 1110100 | 10011000 | 10111011 | 100110 | 10011 | 0 | 11011 | 11010010 | 100010 | 111011 |
Color Harmonies of #7498BB
Complementary color
Monochromatic Colors of #7498BB
Black with #7498BB
Text Example
Text Example
White with #7498BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7498BB; }
p { color: rgb(116,152,187); }
H1.HeaderClassName
{
color: #7498BB;
}
.AnyTagClassName
{
color: #7498BB;
}
</style>
background-color css
<style>
a { background-color: #7498BB; }
a { background-color: rgb(116,152,187); }
div.DivClassName
{
background-color: #7498BB;
}
.BgClassName
{
background-color: #7498BB;
}
</style>
border-color css
<style>
span { border-color: #7498BB; }
span { border-color: rgb(116,152,187); }
td.TdClassName
{
border-color: #7498BB;
}
.TagClassName
{
border-color: #7498BB;
}
</style>