Shades of Slate Blue #7151E2
Tints of Slate Blue #7151E2
RGB
CMYK
RGB Variations
Color information
#7151E2 (or 0x7151E2) is known color: Slate Blue. HEX triplet: 71, 51 and E2. RGB value is (113,81,226). Sum of RGB (Red+Green+Blue) = 113+81+226=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #7151E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7151E2 is #8EAE1D. Grayscale: #6A6A6A. Windows color (decimal): -9350686 or 14831985. OLE color: 14831985.
HSL color Cylindrical-coordinate representation of color #7151E2: hue angle of 253.24º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7151E2 is Cyan = 0.5, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 81 | 226 | - |
| CMYK | 0.5 | 0.64 | 0 | 0.11 |
| HSL | 253.24º | 0.71% | 0.6% | - |
| HSV(B) | 253.24º | 0.64% | 0.89% | - |
| XYZ | 23.48 | 14.89 | 73.59 | - |
| YUV | 107.1 | 195.1 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 81 | 226 | 0.5 | 0.64 | 0 | 0.11 | 253.24 | 0.71 | 0.6 |
| Hex | 71 | 51 | E2 | 32 | 40 | 0 | B | FD | 47 | 3C |
| Octal | 161 | 121 | 342 | 62 | 100 | 0 | 13 | 375 | 107 | 74 |
| Binary | 1110001 | 1010001 | 11100010 | 110010 | 1000000 | 0 | 1011 | 11111101 | 1000111 | 111100 |
Color Harmonies of #7151E2
Complementary color
Monochromatic Colors of #7151E2
Black with #7151E2
Text Example
Text Example
White with #7151E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7151E2; }
p { color: rgb(113,81,226); }
H1.HeaderClassName
{
color: #7151E2;
}
.AnyTagClassName
{
color: #7151E2;
}
</style>
background-color css
<style>
a { background-color: #7151E2; }
a { background-color: rgb(113,81,226); }
div.DivClassName
{
background-color: #7151E2;
}
.BgClassName
{
background-color: #7151E2;
}
</style>
border-color css
<style>
span { border-color: #7151E2; }
span { border-color: rgb(113,81,226); }
td.TdClassName
{
border-color: #7151E2;
}
.TagClassName
{
border-color: #7151E2;
}
</style>