Shades of Shakespeare #7299BD
Tints of Shakespeare #7299BD
RGB
CMYK
RGB Variations
Color information
#7299BD (or 0x7299BD) is known color: Shakespeare. HEX triplet: 72, 99 and BD. RGB value is (114,153,189). Sum of RGB (Red+Green+Blue) = 114+153+189=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #7299BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7299BD is #8D6642. Grayscale: #919191. Windows color (decimal): -9266755 or 12425586. OLE color: 12425586.
HSL color Cylindrical-coordinate representation of color #7299BD: hue angle of 208.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7299BD is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 153 | 189 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.26 |
| HSL | 208.8º | 0.36% | 0.59% | - |
| HSV(B) | 208.8º | 0.4% | 0.74% | - |
| XYZ | 27.52 | 30.03 | 52.49 | - |
| YUV | 145.44 | 152.58 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 189 | 0.40 | 0.19 | 0 | 0.26 | 208.8 | 0.36 | 0.59 |
| Hex | 72 | 99 | BD | 28 | 13 | 0 | 1A | D1 | 24 | 3B |
| Octal | 162 | 231 | 275 | 50 | 23 | 0 | 32 | 321 | 44 | 73 |
| Binary | 1110010 | 10011001 | 10111101 | 101000 | 10011 | 0 | 11010 | 11010001 | 100100 | 111011 |
Color Harmonies of #7299BD
Complementary color
Monochromatic Colors of #7299BD
Black with #7299BD
Text Example
Text Example
White with #7299BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7299BD; }
p { color: rgb(114,153,189); }
H1.HeaderClassName
{
color: #7299BD;
}
.AnyTagClassName
{
color: #7299BD;
}
</style>
background-color css
<style>
a { background-color: #7299BD; }
a { background-color: rgb(114,153,189); }
div.DivClassName
{
background-color: #7299BD;
}
.BgClassName
{
background-color: #7299BD;
}
</style>
border-color css
<style>
span { border-color: #7299BD; }
span { border-color: rgb(114,153,189); }
td.TdClassName
{
border-color: #7299BD;
}
.TagClassName
{
border-color: #7299BD;
}
</style>