Shades of Shakespeare #709EBD
Tints of Shakespeare #709EBD
RGB
CMYK
RGB Variations
Color information
#709EBD (or 0x709EBD) is known color: Shakespeare. HEX triplet: 70, 9E and BD. RGB value is (112,158,189). Sum of RGB (Red+Green+Blue) = 112+158+189=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #709EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EBD is #8F6142. Grayscale: #939393. Windows color (decimal): -9396547 or 12426864. OLE color: 12426864.
HSL color Cylindrical-coordinate representation of color #709EBD: hue angle of 204.16º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #709EBD is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 158 | 189 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.26 |
| HSL | 204.16º | 0.37% | 0.59% | - |
| HSV(B) | 204.16º | 0.41% | 0.74% | - |
| XYZ | 28.09 | 31.57 | 52.76 | - |
| YUV | 147.78 | 151.26 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 189 | 0.41 | 0.16 | 0 | 0.26 | 204.16 | 0.37 | 0.59 |
| Hex | 70 | 9E | BD | 29 | 10 | 0 | 1A | CC | 25 | 3B |
| Octal | 160 | 236 | 275 | 51 | 20 | 0 | 32 | 314 | 45 | 73 |
| Binary | 1110000 | 10011110 | 10111101 | 101001 | 10000 | 0 | 11010 | 11001100 | 100101 | 111011 |
Color Harmonies of #709EBD
Complementary color
Monochromatic Colors of #709EBD
Black with #709EBD
Text Example
Text Example
White with #709EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709EBD; }
p { color: rgb(112,158,189); }
H1.HeaderClassName
{
color: #709EBD;
}
.AnyTagClassName
{
color: #709EBD;
}
</style>
background-color css
<style>
a { background-color: #709EBD; }
a { background-color: rgb(112,158,189); }
div.DivClassName
{
background-color: #709EBD;
}
.BgClassName
{
background-color: #709EBD;
}
</style>
border-color css
<style>
span { border-color: #709EBD; }
span { border-color: rgb(112,158,189); }
td.TdClassName
{
border-color: #709EBD;
}
.TagClassName
{
border-color: #709EBD;
}
</style>