Shades of Shakespeare #739EC2
Tints of Shakespeare #739EC2
RGB
CMYK
RGB Variations
Color information
#739EC2 (or 0x739EC2) is known color: Shakespeare. HEX triplet: 73, 9E and C2. RGB value is (115,158,194). Sum of RGB (Red+Green+Blue) = 115+158+194=467 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.63% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #739EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739EC2 is #8C613D. Grayscale: #959595. Windows color (decimal): -9199934 or 12754547. OLE color: 12754547.
HSL color Cylindrical-coordinate representation of color #739EC2: hue angle of 207.34º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #739EC2 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 158 | 194 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.24 |
| HSL | 207.34º | 0.39% | 0.61% | - |
| HSV(B) | 207.34º | 0.41% | 0.76% | - |
| XYZ | 29.03 | 31.99 | 55.68 | - |
| YUV | 149.25 | 153.25 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 158 | 194 | 0.41 | 0.19 | 0 | 0.24 | 207.34 | 0.39 | 0.61 |
| Hex | 73 | 9E | C2 | 29 | 13 | 0 | 18 | CF | 27 | 3D |
| Octal | 163 | 236 | 302 | 51 | 23 | 0 | 30 | 317 | 47 | 75 |
| Binary | 1110011 | 10011110 | 11000010 | 101001 | 10011 | 0 | 11000 | 11001111 | 100111 | 111101 |
Color Harmonies of #739EC2
Complementary color
Monochromatic Colors of #739EC2
Black with #739EC2
Text Example
Text Example
White with #739EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739EC2; }
p { color: rgb(115,158,194); }
H1.HeaderClassName
{
color: #739EC2;
}
.AnyTagClassName
{
color: #739EC2;
}
</style>
background-color css
<style>
a { background-color: #739EC2; }
a { background-color: rgb(115,158,194); }
div.DivClassName
{
background-color: #739EC2;
}
.BgClassName
{
background-color: #739EC2;
}
</style>
border-color css
<style>
span { border-color: #739EC2; }
span { border-color: rgb(115,158,194); }
td.TdClassName
{
border-color: #739EC2;
}
.TagClassName
{
border-color: #739EC2;
}
</style>