Shades of Shakespeare #739FB6
Tints of Shakespeare #739FB6
RGB
CMYK
RGB Variations
Color information
#739FB6 (or 0x739FB6) is known color: Shakespeare. HEX triplet: 73, 9F and B6. RGB value is (115,159,182). Sum of RGB (Red+Green+Blue) = 115+159+182=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 182 - color contains mainly: blue. Hex color #739FB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739FB6 is #8C6049. Grayscale: #949494. Windows color (decimal): -9199690 or 11968371. OLE color: 11968371.
HSL color Cylindrical-coordinate representation of color #739FB6: hue angle of 200.6º degrees, saturation: 0.31, 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 #739FB6 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 159 | 182 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.29 |
| HSL | 200.6º | 0.31% | 0.58% | - |
| HSV(B) | 200.6º | 0.37% | 0.71% | - |
| XYZ | 27.91 | 31.82 | 48.93 | - |
| YUV | 148.47 | 146.92 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 182 | 0.37 | 0.13 | 0 | 0.29 | 200.6 | 0.31 | 0.58 |
| Hex | 73 | 9F | B6 | 25 | D | 0 | 1D | C9 | 1F | 3A |
| Octal | 163 | 237 | 266 | 45 | 15 | 0 | 35 | 311 | 37 | 72 |
| Binary | 1110011 | 10011111 | 10110110 | 100101 | 1101 | 0 | 11101 | 11001001 | 11111 | 111010 |
Color Harmonies of #739FB6
Complementary color
Monochromatic Colors of #739FB6
Black with #739FB6
Text Example
Text Example
White with #739FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739FB6; }
p { color: rgb(115,159,182); }
H1.HeaderClassName
{
color: #739FB6;
}
.AnyTagClassName
{
color: #739FB6;
}
</style>
background-color css
<style>
a { background-color: #739FB6; }
a { background-color: rgb(115,159,182); }
div.DivClassName
{
background-color: #739FB6;
}
.BgClassName
{
background-color: #739FB6;
}
</style>
border-color css
<style>
span { border-color: #739FB6; }
span { border-color: rgb(115,159,182); }
td.TdClassName
{
border-color: #739FB6;
}
.TagClassName
{
border-color: #739FB6;
}
</style>