Shades of Slate Blue #7352C1
Tints of Slate Blue #7352C1
RGB
CMYK
RGB Variations
Color information
#7352C1 (or 0x7352C1) is known color: Slate Blue. HEX triplet: 73, 52 and C1. RGB value is (115,82,193). Sum of RGB (Red+Green+Blue) = 115+82+193=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #7352C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7352C1 is #8CAD3E. Grayscale: #686868. Windows color (decimal): -9219391 or 12669555. OLE color: 12669555.
HSL color Cylindrical-coordinate representation of color #7352C1: hue angle of 257.84º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7352C1 is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 82 | 193 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.24 |
| HSL | 257.84º | 0.47% | 0.54% | - |
| HSV(B) | 257.84º | 0.58% | 0.76% | - |
| XYZ | 19.71 | 13.53 | 52.02 | - |
| YUV | 104.52 | 177.93 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 82 | 193 | 0.40 | 0.58 | 0 | 0.24 | 257.84 | 0.47 | 0.54 |
| Hex | 73 | 52 | C1 | 28 | 3A | 0 | 18 | 102 | 2F | 36 |
| Octal | 163 | 122 | 301 | 50 | 72 | 0 | 30 | 402 | 57 | 66 |
| Binary | 1110011 | 1010010 | 11000001 | 101000 | 111010 | 0 | 11000 | 100000010 | 101111 | 110110 |
Color Harmonies of #7352C1
Complementary color
Monochromatic Colors of #7352C1
Black with #7352C1
Text Example
Text Example
White with #7352C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7352C1; }
p { color: rgb(115,82,193); }
H1.HeaderClassName
{
color: #7352C1;
}
.AnyTagClassName
{
color: #7352C1;
}
</style>
background-color css
<style>
a { background-color: #7352C1; }
a { background-color: rgb(115,82,193); }
div.DivClassName
{
background-color: #7352C1;
}
.BgClassName
{
background-color: #7352C1;
}
</style>
border-color css
<style>
span { border-color: #7352C1; }
span { border-color: rgb(115,82,193); }
td.TdClassName
{
border-color: #7352C1;
}
.TagClassName
{
border-color: #7352C1;
}
</style>