Shades of Shakespeare #709DB0
Tints of Shakespeare #709DB0
RGB
CMYK
RGB Variations
Color information
#709DB0 (or 0x709DB0) is known color: Shakespeare. HEX triplet: 70, 9D and B0. RGB value is (112,157,176). Sum of RGB (Red+Green+Blue) = 112+157+176=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 176 - color contains mainly: blue. Hex color #709DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709DB0 is #8F624F. Grayscale: #919191. Windows color (decimal): -9396816 or 11574640. OLE color: 11574640.
HSL color Cylindrical-coordinate representation of color #709DB0: hue angle of 197.81º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #709DB0 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 157 | 176 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.31 |
| HSL | 197.81º | 0.29% | 0.56% | - |
| HSV(B) | 197.81º | 0.36% | 0.69% | - |
| XYZ | 26.58 | 30.69 | 45.6 | - |
| YUV | 145.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 176 | 0.36 | 0.11 | 0 | 0.31 | 197.81 | 0.29 | 0.56 |
| Hex | 70 | 9D | B0 | 24 | B | 0 | 1F | C6 | 1D | 38 |
| Octal | 160 | 235 | 260 | 44 | 13 | 0 | 37 | 306 | 35 | 70 |
| Binary | 1110000 | 10011101 | 10110000 | 100100 | 1011 | 0 | 11111 | 11000110 | 11101 | 111000 |
Color Harmonies of #709DB0
Complementary color
Monochromatic Colors of #709DB0
Black with #709DB0
Text Example
Text Example
White with #709DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709DB0; }
p { color: rgb(112,157,176); }
H1.HeaderClassName
{
color: #709DB0;
}
.AnyTagClassName
{
color: #709DB0;
}
</style>
background-color css
<style>
a { background-color: #709DB0; }
a { background-color: rgb(112,157,176); }
div.DivClassName
{
background-color: #709DB0;
}
.BgClassName
{
background-color: #709DB0;
}
</style>
border-color css
<style>
span { border-color: #709DB0; }
span { border-color: rgb(112,157,176); }
td.TdClassName
{
border-color: #709DB0;
}
.TagClassName
{
border-color: #709DB0;
}
</style>