Shades of Slate Blue #7348C1
Tints of Slate Blue #7348C1
RGB
CMYK
RGB Variations
Color information
#7348C1 (or 0x7348C1) is known color: Slate Blue. HEX triplet: 73, 48 and C1. RGB value is (115,72,193). Sum of RGB (Red+Green+Blue) = 115+72+193=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #7348C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7348C1 is #8CB73E. Grayscale: #626262. Windows color (decimal): -9221951 or 12666995. OLE color: 12666995.
HSL color Cylindrical-coordinate representation of color #7348C1: hue angle of 261.32º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7348C1 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 72 | 193 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.24 |
| HSL | 261.32º | 0.49% | 0.52% | - |
| HSV(B) | 261.32º | 0.63% | 0.76% | - |
| XYZ | 19.01 | 12.13 | 51.79 | - |
| YUV | 98.65 | 181.25 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 193 | 0.40 | 0.63 | 0 | 0.24 | 261.32 | 0.49 | 0.52 |
| Hex | 73 | 48 | C1 | 28 | 3F | 0 | 18 | 105 | 31 | 34 |
| Octal | 163 | 110 | 301 | 50 | 77 | 0 | 30 | 405 | 61 | 64 |
| Binary | 1110011 | 1001000 | 11000001 | 101000 | 111111 | 0 | 11000 | 100000101 | 110001 | 110100 |
Color Harmonies of #7348C1
Complementary color
Monochromatic Colors of #7348C1
Black with #7348C1
Text Example
Text Example
White with #7348C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7348C1; }
p { color: rgb(115,72,193); }
H1.HeaderClassName
{
color: #7348C1;
}
.AnyTagClassName
{
color: #7348C1;
}
</style>
background-color css
<style>
a { background-color: #7348C1; }
a { background-color: rgb(115,72,193); }
div.DivClassName
{
background-color: #7348C1;
}
.BgClassName
{
background-color: #7348C1;
}
</style>
border-color css
<style>
span { border-color: #7348C1; }
span { border-color: rgb(115,72,193); }
td.TdClassName
{
border-color: #7348C1;
}
.TagClassName
{
border-color: #7348C1;
}
</style>