Shades of Shakespeare #709EC3
Tints of Shakespeare #709EC3
RGB
CMYK
RGB Variations
Color information
#709EC3 (or 0x709EC3) is known color: Shakespeare. HEX triplet: 70, 9E and C3. RGB value is (112,158,195). Sum of RGB (Red+Green+Blue) = 112+158+195=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #709EC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EC3 is #8F613C. Grayscale: #949494. Windows color (decimal): -9396541 or 12820080. OLE color: 12820080.
HSL color Cylindrical-coordinate representation of color #709EC3: hue angle of 206.75º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #709EC3 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 158 | 195 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.24 |
| HSL | 206.75º | 0.41% | 0.6% | - |
| HSV(B) | 206.75º | 0.43% | 0.76% | - |
| XYZ | 28.76 | 31.84 | 56.26 | - |
| YUV | 148.46 | 154.26 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 158 | 195 | 0.43 | 0.19 | 0 | 0.24 | 206.75 | 0.41 | 0.6 |
| Hex | 70 | 9E | C3 | 2B | 13 | 0 | 18 | CF | 29 | 3C |
| Octal | 160 | 236 | 303 | 53 | 23 | 0 | 30 | 317 | 51 | 74 |
| Binary | 1110000 | 10011110 | 11000011 | 101011 | 10011 | 0 | 11000 | 11001111 | 101001 | 111100 |
Color Harmonies of #709EC3
Complementary color
Monochromatic Colors of #709EC3
Black with #709EC3
Text Example
Text Example
White with #709EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709EC3; }
p { color: rgb(112,158,195); }
H1.HeaderClassName
{
color: #709EC3;
}
.AnyTagClassName
{
color: #709EC3;
}
</style>
background-color css
<style>
a { background-color: #709EC3; }
a { background-color: rgb(112,158,195); }
div.DivClassName
{
background-color: #709EC3;
}
.BgClassName
{
background-color: #709EC3;
}
</style>
border-color css
<style>
span { border-color: #709EC3; }
span { border-color: rgb(112,158,195); }
td.TdClassName
{
border-color: #709EC3;
}
.TagClassName
{
border-color: #709EC3;
}
</style>