Shades of Slate Blue #7152D0
Tints of Slate Blue #7152D0
RGB
CMYK
RGB Variations
Color information
#7152D0 (or 0x7152D0) is known color: Slate Blue. HEX triplet: 71, 52 and D0. RGB value is (113,82,208). Sum of RGB (Red+Green+Blue) = 113+82+208=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 208 (81.64% from 255 or 51.61% from 403); Max value from RGB is 208 - color contains mainly: blue. Hex color #7152D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7152D0 is #8EAD2F. Grayscale: #696969. Windows color (decimal): -9350448 or 13652593. OLE color: 13652593.
HSL color Cylindrical-coordinate representation of color #7152D0: hue angle of 254.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7152D0 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 82 | 208 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.18 |
| HSL | 254.76º | 0.57% | 0.57% | - |
| HSV(B) | 254.76º | 0.61% | 0.82% | - |
| XYZ | 21.21 | 14.1 | 61.28 | - |
| YUV | 105.63 | 185.77 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 208 | 0.46 | 0.61 | 0 | 0.18 | 254.76 | 0.57 | 0.57 |
| Hex | 71 | 52 | D0 | 2E | 3D | 0 | 12 | FF | 39 | 39 |
| Octal | 161 | 122 | 320 | 56 | 75 | 0 | 22 | 377 | 71 | 71 |
| Binary | 1110001 | 1010010 | 11010000 | 101110 | 111101 | 0 | 10010 | 11111111 | 111001 | 111001 |
Color Harmonies of #7152D0
Complementary color
Monochromatic Colors of #7152D0
Black with #7152D0
Text Example
Text Example
White with #7152D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7152D0; }
p { color: rgb(113,82,208); }
H1.HeaderClassName
{
color: #7152D0;
}
.AnyTagClassName
{
color: #7152D0;
}
</style>
background-color css
<style>
a { background-color: #7152D0; }
a { background-color: rgb(113,82,208); }
div.DivClassName
{
background-color: #7152D0;
}
.BgClassName
{
background-color: #7152D0;
}
</style>
border-color css
<style>
span { border-color: #7152D0; }
span { border-color: rgb(113,82,208); }
td.TdClassName
{
border-color: #7152D0;
}
.TagClassName
{
border-color: #7152D0;
}
</style>