Shades of Shakespeare #719AB4
Tints of Shakespeare #719AB4
RGB
CMYK
RGB Variations
Color information
#719AB4 (or 0x719AB4) is known color: Shakespeare. HEX triplet: 71, 9A and B4. RGB value is (113,154,180). Sum of RGB (Red+Green+Blue) = 113+154+180=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #719AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719AB4 is #8E654B. Grayscale: #909090. Windows color (decimal): -9332044 or 11836017. OLE color: 11836017.
HSL color Cylindrical-coordinate representation of color #719AB4: hue angle of 203.28º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #719AB4 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 154 | 180 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.29 |
| HSL | 203.28º | 0.31% | 0.57% | - |
| HSV(B) | 203.28º | 0.37% | 0.71% | - |
| XYZ | 26.6 | 29.92 | 47.55 | - |
| YUV | 144.71 | 147.92 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 154 | 180 | 0.37 | 0.14 | 0 | 0.29 | 203.28 | 0.31 | 0.57 |
| Hex | 71 | 9A | B4 | 25 | E | 0 | 1D | CB | 1F | 39 |
| Octal | 161 | 232 | 264 | 45 | 16 | 0 | 35 | 313 | 37 | 71 |
| Binary | 1110001 | 10011010 | 10110100 | 100101 | 1110 | 0 | 11101 | 11001011 | 11111 | 111001 |
Color Harmonies of #719AB4
Complementary color
Monochromatic Colors of #719AB4
Black with #719AB4
Text Example
Text Example
White with #719AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719AB4; }
p { color: rgb(113,154,180); }
H1.HeaderClassName
{
color: #719AB4;
}
.AnyTagClassName
{
color: #719AB4;
}
</style>
background-color css
<style>
a { background-color: #719AB4; }
a { background-color: rgb(113,154,180); }
div.DivClassName
{
background-color: #719AB4;
}
.BgClassName
{
background-color: #719AB4;
}
</style>
border-color css
<style>
span { border-color: #719AB4; }
span { border-color: rgb(113,154,180); }
td.TdClassName
{
border-color: #719AB4;
}
.TagClassName
{
border-color: #719AB4;
}
</style>