Shades of Shakespeare #7497BC
Tints of Shakespeare #7497BC
RGB
CMYK
RGB Variations
Color information
#7497BC (or 0x7497BC) is known color: Shakespeare. HEX triplet: 74, 97 and BC. RGB value is (116,151,188). Sum of RGB (Red+Green+Blue) = 116+151+188=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #7497BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7497BC is #8B6843. Grayscale: #909090. Windows color (decimal): -9136196 or 12359540. OLE color: 12359540.
HSL color Cylindrical-coordinate representation of color #7497BC: hue angle of 210.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7497BC is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 151 | 188 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.26 |
| HSL | 210.83º | 0.35% | 0.6% | - |
| HSV(B) | 210.83º | 0.38% | 0.74% | - |
| XYZ | 27.35 | 29.48 | 51.83 | - |
| YUV | 144.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 151 | 188 | 0.38 | 0.20 | 0 | 0.26 | 210.83 | 0.35 | 0.6 |
| Hex | 74 | 97 | BC | 26 | 14 | 0 | 1A | D3 | 23 | 3C |
| Octal | 164 | 227 | 274 | 46 | 24 | 0 | 32 | 323 | 43 | 74 |
| Binary | 1110100 | 10010111 | 10111100 | 100110 | 10100 | 0 | 11010 | 11010011 | 100011 | 111100 |
Color Harmonies of #7497BC
Complementary color
Monochromatic Colors of #7497BC
Black with #7497BC
Text Example
Text Example
White with #7497BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7497BC; }
p { color: rgb(116,151,188); }
H1.HeaderClassName
{
color: #7497BC;
}
.AnyTagClassName
{
color: #7497BC;
}
</style>
background-color css
<style>
a { background-color: #7497BC; }
a { background-color: rgb(116,151,188); }
div.DivClassName
{
background-color: #7497BC;
}
.BgClassName
{
background-color: #7497BC;
}
</style>
border-color css
<style>
span { border-color: #7497BC; }
span { border-color: rgb(116,151,188); }
td.TdClassName
{
border-color: #7497BC;
}
.TagClassName
{
border-color: #7497BC;
}
</style>