Shades of Shakespeare #709BAD
Tints of Shakespeare #709BAD
RGB
CMYK
RGB Variations
Color information
#709BAD (or 0x709BAD) is known color: Shakespeare. HEX triplet: 70, 9B and AD. RGB value is (112,155,173). Sum of RGB (Red+Green+Blue) = 112+155+173=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #709BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709BAD is #8F6452. Grayscale: #909090. Windows color (decimal): -9397331 or 11377520. OLE color: 11377520.
HSL color Cylindrical-coordinate representation of color #709BAD: hue angle of 197.7º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #709BAD is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 155 | 173 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.32 |
| HSL | 197.7º | 0.27% | 0.56% | - |
| HSV(B) | 197.7º | 0.35% | 0.68% | - |
| XYZ | 25.95 | 29.9 | 43.94 | - |
| YUV | 144.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 173 | 0.35 | 0.10 | 0 | 0.32 | 197.7 | 0.27 | 0.56 |
| Hex | 70 | 9B | AD | 23 | A | 0 | 20 | C6 | 1B | 38 |
| Octal | 160 | 233 | 255 | 43 | 12 | 0 | 40 | 306 | 33 | 70 |
| Binary | 1110000 | 10011011 | 10101101 | 100011 | 1010 | 0 | 100000 | 11000110 | 11011 | 111000 |
Color Harmonies of #709BAD
Complementary color
Monochromatic Colors of #709BAD
Black with #709BAD
Text Example
Text Example
White with #709BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709BAD; }
p { color: rgb(112,155,173); }
H1.HeaderClassName
{
color: #709BAD;
}
.AnyTagClassName
{
color: #709BAD;
}
</style>
background-color css
<style>
a { background-color: #709BAD; }
a { background-color: rgb(112,155,173); }
div.DivClassName
{
background-color: #709BAD;
}
.BgClassName
{
background-color: #709BAD;
}
</style>
border-color css
<style>
span { border-color: #709BAD; }
span { border-color: rgb(112,155,173); }
td.TdClassName
{
border-color: #709BAD;
}
.TagClassName
{
border-color: #709BAD;
}
</style>