Shades of Shakespeare #7195BA
Tints of Shakespeare #7195BA
RGB
CMYK
RGB Variations
Color information
#7195BA (or 0x7195BA) is known color: Shakespeare. HEX triplet: 71, 95 and BA. RGB value is (113,149,186). Sum of RGB (Red+Green+Blue) = 113+149+186=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #7195BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7195BA is #8E6A45. Grayscale: #8E8E8E. Windows color (decimal): -9333318 or 12227953. OLE color: 12227953.
HSL color Cylindrical-coordinate representation of color #7195BA: hue angle of 210.41º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7195BA is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 149 | 186 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.27 |
| HSL | 210.41º | 0.35% | 0.59% | - |
| HSV(B) | 210.41º | 0.39% | 0.73% | - |
| XYZ | 26.42 | 28.55 | 50.57 | - |
| YUV | 142.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 149 | 186 | 0.39 | 0.20 | 0 | 0.27 | 210.41 | 0.35 | 0.59 |
| Hex | 71 | 95 | BA | 27 | 14 | 0 | 1B | D2 | 23 | 3B |
| Octal | 161 | 225 | 272 | 47 | 24 | 0 | 33 | 322 | 43 | 73 |
| Binary | 1110001 | 10010101 | 10111010 | 100111 | 10100 | 0 | 11011 | 11010010 | 100011 | 111011 |
Color Harmonies of #7195BA
Complementary color
Monochromatic Colors of #7195BA
Black with #7195BA
Text Example
Text Example
White with #7195BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7195BA; }
p { color: rgb(113,149,186); }
H1.HeaderClassName
{
color: #7195BA;
}
.AnyTagClassName
{
color: #7195BA;
}
</style>
background-color css
<style>
a { background-color: #7195BA; }
a { background-color: rgb(113,149,186); }
div.DivClassName
{
background-color: #7195BA;
}
.BgClassName
{
background-color: #7195BA;
}
</style>
border-color css
<style>
span { border-color: #7195BA; }
span { border-color: rgb(113,149,186); }
td.TdClassName
{
border-color: #7195BA;
}
.TagClassName
{
border-color: #7195BA;
}
</style>