Shades of Shakespeare #709CB3
Tints of Shakespeare #709CB3
RGB
CMYK
RGB Variations
Color information
#709CB3 (or 0x709CB3) is known color: Shakespeare. HEX triplet: 70, 9C and B3. RGB value is (112,156,179). Sum of RGB (Red+Green+Blue) = 112+156+179=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 179 - color contains mainly: blue. Hex color #709CB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709CB3 is #8F634C. Grayscale: #919191. Windows color (decimal): -9397069 or 11770992. OLE color: 11770992.
HSL color Cylindrical-coordinate representation of color #709CB3: hue angle of 200.6º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #709CB3 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 156 | 179 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.30 |
| HSL | 200.6º | 0.31% | 0.57% | - |
| HSV(B) | 200.6º | 0.37% | 0.7% | - |
| XYZ | 26.71 | 30.48 | 47.12 | - |
| YUV | 145.47 | 146.92 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 156 | 179 | 0.37 | 0.13 | 0 | 0.30 | 200.6 | 0.31 | 0.57 |
| Hex | 70 | 9C | B3 | 25 | D | 0 | 1E | C9 | 1F | 39 |
| Octal | 160 | 234 | 263 | 45 | 15 | 0 | 36 | 311 | 37 | 71 |
| Binary | 1110000 | 10011100 | 10110011 | 100101 | 1101 | 0 | 11110 | 11001001 | 11111 | 111001 |
Color Harmonies of #709CB3
Complementary color
Monochromatic Colors of #709CB3
Black with #709CB3
Text Example
Text Example
White with #709CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709CB3; }
p { color: rgb(112,156,179); }
H1.HeaderClassName
{
color: #709CB3;
}
.AnyTagClassName
{
color: #709CB3;
}
</style>
background-color css
<style>
a { background-color: #709CB3; }
a { background-color: rgb(112,156,179); }
div.DivClassName
{
background-color: #709CB3;
}
.BgClassName
{
background-color: #709CB3;
}
</style>
border-color css
<style>
span { border-color: #709CB3; }
span { border-color: rgb(112,156,179); }
td.TdClassName
{
border-color: #709CB3;
}
.TagClassName
{
border-color: #709CB3;
}
</style>