Shades of Slate Blue #7152D5
Tints of Slate Blue #7152D5
RGB
CMYK
RGB Variations
Color information
#7152D5 (or 0x7152D5) is known color: Slate Blue. HEX triplet: 71, 52 and D5. RGB value is (113,82,213). Sum of RGB (Red+Green+Blue) = 113+82+213=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #7152D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7152D5 is #8EAD2A. Grayscale: #696969. Windows color (decimal): -9350443 or 13980273. OLE color: 13980273.
HSL color Cylindrical-coordinate representation of color #7152D5: hue angle of 254.2º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7152D5 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 82 | 213 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.16 |
| HSL | 254.2º | 0.61% | 0.58% | - |
| HSV(B) | 254.2º | 0.62% | 0.84% | - |
| XYZ | 21.84 | 14.35 | 64.57 | - |
| YUV | 106.2 | 188.27 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 213 | 0.47 | 0.62 | 0 | 0.16 | 254.2 | 0.61 | 0.58 |
| Hex | 71 | 52 | D5 | 2F | 3E | 0 | 10 | FE | 3D | 3A |
| Octal | 161 | 122 | 325 | 57 | 76 | 0 | 20 | 376 | 75 | 72 |
| Binary | 1110001 | 1010010 | 11010101 | 101111 | 111110 | 0 | 10000 | 11111110 | 111101 | 111010 |
Color Harmonies of #7152D5
Complementary color
Monochromatic Colors of #7152D5
Black with #7152D5
Text Example
Text Example
White with #7152D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7152D5; }
p { color: rgb(113,82,213); }
H1.HeaderClassName
{
color: #7152D5;
}
.AnyTagClassName
{
color: #7152D5;
}
</style>
background-color css
<style>
a { background-color: #7152D5; }
a { background-color: rgb(113,82,213); }
div.DivClassName
{
background-color: #7152D5;
}
.BgClassName
{
background-color: #7152D5;
}
</style>
border-color css
<style>
span { border-color: #7152D5; }
span { border-color: rgb(113,82,213); }
td.TdClassName
{
border-color: #7152D5;
}
.TagClassName
{
border-color: #7152D5;
}
</style>