Shades of Slate Blue #7152C9
Tints of Slate Blue #7152C9
RGB
CMYK
RGB Variations
Color information
#7152C9 (or 0x7152C9) is known color: Slate Blue. HEX triplet: 71, 52 and C9. RGB value is (113,82,201). Sum of RGB (Red+Green+Blue) = 113+82+201=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #7152C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7152C9 is #8EAD36. Grayscale: #686868. Windows color (decimal): -9350455 or 13193841. OLE color: 13193841.
HSL color Cylindrical-coordinate representation of color #7152C9: hue angle of 255.63º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7152C9 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 82 | 201 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.21 |
| HSL | 255.63º | 0.52% | 0.55% | - |
| HSV(B) | 255.63º | 0.59% | 0.79% | - |
| XYZ | 20.37 | 13.76 | 56.84 | - |
| YUV | 104.84 | 182.27 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 201 | 0.44 | 0.59 | 0 | 0.21 | 255.63 | 0.52 | 0.55 |
| Hex | 71 | 52 | C9 | 2C | 3B | 0 | 15 | 100 | 34 | 37 |
| Octal | 161 | 122 | 311 | 54 | 73 | 0 | 25 | 400 | 64 | 67 |
| Binary | 1110001 | 1010010 | 11001001 | 101100 | 111011 | 0 | 10101 | 100000000 | 110100 | 110111 |
Color Harmonies of #7152C9
Complementary color
Monochromatic Colors of #7152C9
Black with #7152C9
Text Example
Text Example
White with #7152C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7152C9; }
p { color: rgb(113,82,201); }
H1.HeaderClassName
{
color: #7152C9;
}
.AnyTagClassName
{
color: #7152C9;
}
</style>
background-color css
<style>
a { background-color: #7152C9; }
a { background-color: rgb(113,82,201); }
div.DivClassName
{
background-color: #7152C9;
}
.BgClassName
{
background-color: #7152C9;
}
</style>
border-color css
<style>
span { border-color: #7152C9; }
span { border-color: rgb(113,82,201); }
td.TdClassName
{
border-color: #7152C9;
}
.TagClassName
{
border-color: #7152C9;
}
</style>