Shades of Slate Blue #7152C0
Tints of Slate Blue #7152C0
RGB
CMYK
RGB Variations
Color information
#7152C0 (or 0x7152C0) is known color: Slate Blue. HEX triplet: 71, 52 and C0. RGB value is (113,82,192). Sum of RGB (Red+Green+Blue) = 113+82+192=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #7152C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7152C0 is #8EAD3F. Grayscale: #676767. Windows color (decimal): -9350464 or 12604017. OLE color: 12604017.
HSL color Cylindrical-coordinate representation of color #7152C0: hue angle of 256.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7152C0 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 82 | 192 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.25 |
| HSL | 256.91º | 0.47% | 0.54% | - |
| HSV(B) | 256.91º | 0.57% | 0.75% | - |
| XYZ | 19.34 | 13.35 | 51.43 | - |
| YUV | 103.81 | 177.77 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 192 | 0.41 | 0.57 | 0 | 0.25 | 256.91 | 0.47 | 0.54 |
| Hex | 71 | 52 | C0 | 29 | 39 | 0 | 19 | 101 | 2F | 36 |
| Octal | 161 | 122 | 300 | 51 | 71 | 0 | 31 | 401 | 57 | 66 |
| Binary | 1110001 | 1010010 | 11000000 | 101001 | 111001 | 0 | 11001 | 100000001 | 101111 | 110110 |
Color Harmonies of #7152C0
Complementary color
Monochromatic Colors of #7152C0
Black with #7152C0
Text Example
Text Example
White with #7152C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7152C0; }
p { color: rgb(113,82,192); }
H1.HeaderClassName
{
color: #7152C0;
}
.AnyTagClassName
{
color: #7152C0;
}
</style>
background-color css
<style>
a { background-color: #7152C0; }
a { background-color: rgb(113,82,192); }
div.DivClassName
{
background-color: #7152C0;
}
.BgClassName
{
background-color: #7152C0;
}
</style>
border-color css
<style>
span { border-color: #7152C0; }
span { border-color: rgb(113,82,192); }
td.TdClassName
{
border-color: #7152C0;
}
.TagClassName
{
border-color: #7152C0;
}
</style>