Shades of Shakespeare #719BB0
Tints of Shakespeare #719BB0
RGB
CMYK
RGB Variations
Color information
#719BB0 (or 0x719BB0) is known color: Shakespeare. HEX triplet: 71, 9B and B0. RGB value is (113,155,176). Sum of RGB (Red+Green+Blue) = 113+155+176=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 176 - color contains mainly: blue. Hex color #719BB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719BB0 is #8E644F. Grayscale: #909090. Windows color (decimal): -9331792 or 11574129. OLE color: 11574129.
HSL color Cylindrical-coordinate representation of color #719BB0: hue angle of 200º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #719BB0 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 155 | 176 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.31 |
| HSL | 200º | 0.29% | 0.57% | - |
| HSV(B) | 200º | 0.36% | 0.69% | - |
| XYZ | 26.37 | 30.09 | 45.49 | - |
| YUV | 144.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 176 | 0.36 | 0.12 | 0 | 0.31 | 200 | 0.29 | 0.57 |
| Hex | 71 | 9B | B0 | 24 | C | 0 | 1F | C8 | 1D | 39 |
| Octal | 161 | 233 | 260 | 44 | 14 | 0 | 37 | 310 | 35 | 71 |
| Binary | 1110001 | 10011011 | 10110000 | 100100 | 1100 | 0 | 11111 | 11001000 | 11101 | 111001 |
Color Harmonies of #719BB0
Complementary color
Monochromatic Colors of #719BB0
Black with #719BB0
Text Example
Text Example
White with #719BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719BB0; }
p { color: rgb(113,155,176); }
H1.HeaderClassName
{
color: #719BB0;
}
.AnyTagClassName
{
color: #719BB0;
}
</style>
background-color css
<style>
a { background-color: #719BB0; }
a { background-color: rgb(113,155,176); }
div.DivClassName
{
background-color: #719BB0;
}
.BgClassName
{
background-color: #719BB0;
}
</style>
border-color css
<style>
span { border-color: #719BB0; }
span { border-color: rgb(113,155,176); }
td.TdClassName
{
border-color: #719BB0;
}
.TagClassName
{
border-color: #719BB0;
}
</style>