Shades of Medium Slate Blue #7347FF
Tints of Medium Slate Blue #7347FF
RGB
CMYK
RGB Variations
Color information
#7347FF (or 0x7347FF) is known color: Medium Slate Blue. HEX triplet: 73, 47 and FF. RGB value is (115,71,255). Sum of RGB (Red+Green+Blue) = 115+71+255=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #7347FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7347FF is #8CB800. Grayscale: #686868. Windows color (decimal): -9222145 or 16729971. OLE color: 16729971.
HSL color Cylindrical-coordinate representation of color #7347FF: hue angle of 254.35º 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 #7347FF is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 71 | 255 | - |
| CMYK | 0.55 | 0.72 | 0 | 0 |
| HSL | 254.35º | 1% | 0.64% | - |
| HSV(B) | 254.35º | 0.72% | 1% | - |
| XYZ | 27.37 | 15.37 | 96.13 | - |
| YUV | 105.13 | 212.58 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 255 | 0.55 | 0.72 | 0 | 0 | 254.35 | 1 | 0.64 |
| Hex | 73 | 47 | FF | 37 | 48 | 0 | 0 | FE | 64 | 40 |
| Octal | 163 | 107 | 377 | 67 | 110 | 0 | 0 | 376 | 144 | 100 |
| Binary | 1110011 | 1000111 | 11111111 | 110111 | 1001000 | 0 | 0 | 11111110 | 1100100 | 1000000 |
Color Harmonies of #7347FF
Complementary color
Monochromatic Colors of #7347FF
Black with #7347FF
Text Example
Text Example
White with #7347FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7347FF; }
p { color: rgb(115,71,255); }
H1.HeaderClassName
{
color: #7347FF;
}
.AnyTagClassName
{
color: #7347FF;
}
</style>
background-color css
<style>
a { background-color: #7347FF; }
a { background-color: rgb(115,71,255); }
div.DivClassName
{
background-color: #7347FF;
}
.BgClassName
{
background-color: #7347FF;
}
</style>
border-color css
<style>
span { border-color: #7347FF; }
span { border-color: rgb(115,71,255); }
td.TdClassName
{
border-color: #7347FF;
}
.TagClassName
{
border-color: #7347FF;
}
</style>