Shades of Shakespeare #7299BE
Tints of Shakespeare #7299BE
RGB
CMYK
RGB Variations
Color information
#7299BE (or 0x7299BE) is known color: Shakespeare. HEX triplet: 72, 99 and BE. RGB value is (114,153,190). Sum of RGB (Red+Green+Blue) = 114+153+190=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #7299BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7299BE is #8D6641. Grayscale: #919191. Windows color (decimal): -9266754 or 12491122. OLE color: 12491122.
HSL color Cylindrical-coordinate representation of color #7299BE: hue angle of 209.21º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7299BE is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 153 | 190 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.25 |
| HSL | 209.21º | 0.37% | 0.6% | - |
| HSV(B) | 209.21º | 0.4% | 0.75% | - |
| XYZ | 27.62 | 30.08 | 53.06 | - |
| YUV | 145.56 | 153.08 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 190 | 0.40 | 0.19 | 0 | 0.25 | 209.21 | 0.37 | 0.6 |
| Hex | 72 | 99 | BE | 28 | 13 | 0 | 19 | D1 | 25 | 3C |
| Octal | 162 | 231 | 276 | 50 | 23 | 0 | 31 | 321 | 45 | 74 |
| Binary | 1110010 | 10011001 | 10111110 | 101000 | 10011 | 0 | 11001 | 11010001 | 100101 | 111100 |
Color Harmonies of #7299BE
Complementary color
Monochromatic Colors of #7299BE
Black with #7299BE
Text Example
Text Example
White with #7299BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7299BE; }
p { color: rgb(114,153,190); }
H1.HeaderClassName
{
color: #7299BE;
}
.AnyTagClassName
{
color: #7299BE;
}
</style>
background-color css
<style>
a { background-color: #7299BE; }
a { background-color: rgb(114,153,190); }
div.DivClassName
{
background-color: #7299BE;
}
.BgClassName
{
background-color: #7299BE;
}
</style>
border-color css
<style>
span { border-color: #7299BE; }
span { border-color: rgb(114,153,190); }
td.TdClassName
{
border-color: #7299BE;
}
.TagClassName
{
border-color: #7299BE;
}
</style>