Shades of Shakespeare #7298B6
Tints of Shakespeare #7298B6
RGB
CMYK
RGB Variations
Color information
#7298B6 (or 0x7298B6) is known color: Shakespeare. HEX triplet: 72, 98 and B6. RGB value is (114,152,182). Sum of RGB (Red+Green+Blue) = 114+152+182=448 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.45% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 182 - color contains mainly: blue. Hex color #7298B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7298B6 is #8D6749. Grayscale: #8F8F8F. Windows color (decimal): -9267018 or 11966578. OLE color: 11966578.
HSL color Cylindrical-coordinate representation of color #7298B6: hue angle of 206.47º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7298B6 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 114 | 152 | 182 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.29 |
| HSL | 206.47º | 0.32% | 0.58% | - |
| HSV(B) | 206.47º | 0.37% | 0.71% | - |
| XYZ | 26.61 | 29.41 | 48.53 | - |
| YUV | 144.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 152 | 182 | 0.37 | 0.16 | 0 | 0.29 | 206.47 | 0.32 | 0.58 |
| Hex | 72 | 98 | B6 | 25 | 10 | 0 | 1D | CE | 20 | 3A |
| Octal | 162 | 230 | 266 | 45 | 20 | 0 | 35 | 316 | 40 | 72 |
| Binary | 1110010 | 10011000 | 10110110 | 100101 | 10000 | 0 | 11101 | 11001110 | 100000 | 111010 |
Color Harmonies of #7298B6
Complementary color
Monochromatic Colors of #7298B6
Black with #7298B6
Text Example
Text Example
White with #7298B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7298B6; }
p { color: rgb(114,152,182); }
H1.HeaderClassName
{
color: #7298B6;
}
.AnyTagClassName
{
color: #7298B6;
}
</style>
background-color css
<style>
a { background-color: #7298B6; }
a { background-color: rgb(114,152,182); }
div.DivClassName
{
background-color: #7298B6;
}
.BgClassName
{
background-color: #7298B6;
}
</style>
border-color css
<style>
span { border-color: #7298B6; }
span { border-color: rgb(114,152,182); }
td.TdClassName
{
border-color: #7298B6;
}
.TagClassName
{
border-color: #7298B6;
}
</style>