Shades of Shakespeare #709BBD
Tints of Shakespeare #709BBD
RGB
CMYK
RGB Variations
Color information
#709BBD (or 0x709BBD) is known color: Shakespeare. HEX triplet: 70, 9B and BD. RGB value is (112,155,189). Sum of RGB (Red+Green+Blue) = 112+155+189=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 155 (60.94% from 255 or 33.99% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #709BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709BBD is #8F6442. Grayscale: #919191. Windows color (decimal): -9397315 or 12426096. OLE color: 12426096.
HSL color Cylindrical-coordinate representation of color #709BBD: hue angle of 206.49º 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 #709BBD is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 155 | 189 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.26 |
| HSL | 206.49º | 0.37% | 0.59% | - |
| HSV(B) | 206.49º | 0.41% | 0.74% | - |
| XYZ | 27.59 | 30.56 | 52.59 | - |
| YUV | 146.02 | 152.25 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 189 | 0.41 | 0.18 | 0 | 0.26 | 206.49 | 0.37 | 0.59 |
| Hex | 70 | 9B | BD | 29 | 12 | 0 | 1A | CE | 25 | 3B |
| Octal | 160 | 233 | 275 | 51 | 22 | 0 | 32 | 316 | 45 | 73 |
| Binary | 1110000 | 10011011 | 10111101 | 101001 | 10010 | 0 | 11010 | 11001110 | 100101 | 111011 |
Color Harmonies of #709BBD
Complementary color
Monochromatic Colors of #709BBD
Black with #709BBD
Text Example
Text Example
White with #709BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709BBD; }
p { color: rgb(112,155,189); }
H1.HeaderClassName
{
color: #709BBD;
}
.AnyTagClassName
{
color: #709BBD;
}
</style>
background-color css
<style>
a { background-color: #709BBD; }
a { background-color: rgb(112,155,189); }
div.DivClassName
{
background-color: #709BBD;
}
.BgClassName
{
background-color: #709BBD;
}
</style>
border-color css
<style>
span { border-color: #709BBD; }
span { border-color: rgb(112,155,189); }
td.TdClassName
{
border-color: #709BBD;
}
.TagClassName
{
border-color: #709BBD;
}
</style>