Shades of Medium Slate Blue #7348FF
Tints of Medium Slate Blue #7348FF
RGB
CMYK
RGB Variations
Color information
#7348FF (or 0x7348FF) is known color: Medium Slate Blue. HEX triplet: 73, 48 and FF. RGB value is (115,72,255). Sum of RGB (Red+Green+Blue) = 115+72+255=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #7348FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7348FF is #8CB700. Grayscale: #696969. Windows color (decimal): -9221889 or 16730227. OLE color: 16730227.
HSL color Cylindrical-coordinate representation of color #7348FF: hue angle of 254.1º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7348FF is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 72 | 255 | - |
| CMYK | 0.55 | 0.72 | 0 | 0 |
| HSL | 254.1º | 1% | 0.64% | - |
| HSV(B) | 254.1º | 0.72% | 1% | - |
| XYZ | 27.44 | 15.5 | 96.15 | - |
| YUV | 105.72 | 212.25 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 255 | 0.55 | 0.72 | 0 | 0 | 254.1 | 1 | 0.64 |
| Hex | 73 | 48 | FF | 37 | 48 | 0 | 0 | FE | 64 | 40 |
| Octal | 163 | 110 | 377 | 67 | 110 | 0 | 0 | 376 | 144 | 100 |
| Binary | 1110011 | 1001000 | 11111111 | 110111 | 1001000 | 0 | 0 | 11111110 | 1100100 | 1000000 |
Color Harmonies of #7348FF
Complementary color
Monochromatic Colors of #7348FF
Black with #7348FF
Text Example
Text Example
White with #7348FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7348FF; }
p { color: rgb(115,72,255); }
H1.HeaderClassName
{
color: #7348FF;
}
.AnyTagClassName
{
color: #7348FF;
}
</style>
background-color css
<style>
a { background-color: #7348FF; }
a { background-color: rgb(115,72,255); }
div.DivClassName
{
background-color: #7348FF;
}
.BgClassName
{
background-color: #7348FF;
}
</style>
border-color css
<style>
span { border-color: #7348FF; }
span { border-color: rgb(115,72,255); }
td.TdClassName
{
border-color: #7348FF;
}
.TagClassName
{
border-color: #7348FF;
}
</style>