Shades of Shakespeare #719AB5
Tints of Shakespeare #719AB5
RGB
CMYK
RGB Variations
Color information
#719AB5 (or 0x719AB5) is known color: Shakespeare. HEX triplet: 71, 9A and B5. RGB value is (113,154,181). Sum of RGB (Red+Green+Blue) = 113+154+181=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 181 - color contains mainly: blue. Hex color #719AB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719AB5 is #8E654A. Grayscale: #909090. Windows color (decimal): -9332043 or 11901553. OLE color: 11901553.
HSL color Cylindrical-coordinate representation of color #719AB5: hue angle of 203.82º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #719AB5 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 154 | 181 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.29 |
| HSL | 203.82º | 0.31% | 0.58% | - |
| HSV(B) | 203.82º | 0.38% | 0.71% | - |
| XYZ | 26.71 | 29.96 | 48.09 | - |
| YUV | 144.82 | 148.42 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 154 | 181 | 0.38 | 0.15 | 0 | 0.29 | 203.82 | 0.31 | 0.58 |
| Hex | 71 | 9A | B5 | 26 | F | 0 | 1D | CC | 1F | 3A |
| Octal | 161 | 232 | 265 | 46 | 17 | 0 | 35 | 314 | 37 | 72 |
| Binary | 1110001 | 10011010 | 10110101 | 100110 | 1111 | 0 | 11101 | 11001100 | 11111 | 111010 |
Color Harmonies of #719AB5
Complementary color
Monochromatic Colors of #719AB5
Black with #719AB5
Text Example
Text Example
White with #719AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719AB5; }
p { color: rgb(113,154,181); }
H1.HeaderClassName
{
color: #719AB5;
}
.AnyTagClassName
{
color: #719AB5;
}
</style>
background-color css
<style>
a { background-color: #719AB5; }
a { background-color: rgb(113,154,181); }
div.DivClassName
{
background-color: #719AB5;
}
.BgClassName
{
background-color: #719AB5;
}
</style>
border-color css
<style>
span { border-color: #719AB5; }
span { border-color: rgb(113,154,181); }
td.TdClassName
{
border-color: #719AB5;
}
.TagClassName
{
border-color: #719AB5;
}
</style>