Shades of Shakespeare #719AC1
Tints of Shakespeare #719AC1
RGB
CMYK
RGB Variations
Color information
#719AC1 (or 0x719AC1) is known color: Shakespeare. HEX triplet: 71, 9A and C1. RGB value is (113,154,193). Sum of RGB (Red+Green+Blue) = 113+154+193=460 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.57% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #719AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719AC1 is #8E653E. Grayscale: #919191. Windows color (decimal): -9332031 or 12687985. OLE color: 12687985.
HSL color Cylindrical-coordinate representation of color #719AC1: hue angle of 209.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #719AC1 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 154 | 193 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.24 |
| HSL | 209.25º | 0.39% | 0.6% | - |
| HSV(B) | 209.25º | 0.41% | 0.76% | - |
| XYZ | 27.99 | 30.47 | 54.86 | - |
| YUV | 146.19 | 154.42 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 154 | 193 | 0.41 | 0.20 | 0 | 0.24 | 209.25 | 0.39 | 0.6 |
| Hex | 71 | 9A | C1 | 29 | 14 | 0 | 18 | D1 | 27 | 3C |
| Octal | 161 | 232 | 301 | 51 | 24 | 0 | 30 | 321 | 47 | 74 |
| Binary | 1110001 | 10011010 | 11000001 | 101001 | 10100 | 0 | 11000 | 11010001 | 100111 | 111100 |
Color Harmonies of #719AC1
Complementary color
Monochromatic Colors of #719AC1
Black with #719AC1
Text Example
Text Example
White with #719AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719AC1; }
p { color: rgb(113,154,193); }
H1.HeaderClassName
{
color: #719AC1;
}
.AnyTagClassName
{
color: #719AC1;
}
</style>
background-color css
<style>
a { background-color: #719AC1; }
a { background-color: rgb(113,154,193); }
div.DivClassName
{
background-color: #719AC1;
}
.BgClassName
{
background-color: #719AC1;
}
</style>
border-color css
<style>
span { border-color: #719AC1; }
span { border-color: rgb(113,154,193); }
td.TdClassName
{
border-color: #719AC1;
}
.TagClassName
{
border-color: #719AC1;
}
</style>