Shades of Shakespeare #7299BC
Tints of Shakespeare #7299BC
RGB
CMYK
RGB Variations
Color information
#7299BC (or 0x7299BC) is known color: Shakespeare. HEX triplet: 72, 99 and BC. RGB value is (114,153,188). Sum of RGB (Red+Green+Blue) = 114+153+188=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 153 (60.16% from 255 or 33.63% 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 #7299BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7299BC is #8D6643. Grayscale: #919191. Windows color (decimal): -9266756 or 12360050. OLE color: 12360050.
HSL color Cylindrical-coordinate representation of color #7299BC: hue angle of 208.38º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7299BC is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 153 | 188 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.26 |
| HSL | 208.38º | 0.36% | 0.59% | - |
| HSV(B) | 208.38º | 0.39% | 0.74% | - |
| XYZ | 27.41 | 29.99 | 51.92 | - |
| YUV | 145.33 | 152.08 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 188 | 0.39 | 0.19 | 0 | 0.26 | 208.38 | 0.36 | 0.59 |
| Hex | 72 | 99 | BC | 27 | 13 | 0 | 1A | D0 | 24 | 3B |
| Octal | 162 | 231 | 274 | 47 | 23 | 0 | 32 | 320 | 44 | 73 |
| Binary | 1110010 | 10011001 | 10111100 | 100111 | 10011 | 0 | 11010 | 11010000 | 100100 | 111011 |
Color Harmonies of #7299BC
Complementary color
Monochromatic Colors of #7299BC
Black with #7299BC
Text Example
Text Example
White with #7299BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7299BC; }
p { color: rgb(114,153,188); }
H1.HeaderClassName
{
color: #7299BC;
}
.AnyTagClassName
{
color: #7299BC;
}
</style>
background-color css
<style>
a { background-color: #7299BC; }
a { background-color: rgb(114,153,188); }
div.DivClassName
{
background-color: #7299BC;
}
.BgClassName
{
background-color: #7299BC;
}
</style>
border-color css
<style>
span { border-color: #7299BC; }
span { border-color: rgb(114,153,188); }
td.TdClassName
{
border-color: #7299BC;
}
.TagClassName
{
border-color: #7299BC;
}
</style>