Shades of Medium Slate Blue #7347FE
Tints of Medium Slate Blue #7347FE
RGB
CMYK
RGB Variations
Color information
#7347FE (or 0x7347FE) is known color: Medium Slate Blue. HEX triplet: 73, 47 and FE. RGB value is (115,71,254). Sum of RGB (Red+Green+Blue) = 115+71+254=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #7347FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7347FE is #8CB801. Grayscale: #686868. Windows color (decimal): -9222146 or 16664435. OLE color: 16664435.
HSL color Cylindrical-coordinate representation of color #7347FE: hue angle of 254.43º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7347FE is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 71 | 254 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.00 |
| HSL | 254.43º | 0.99% | 0.64% | - |
| HSV(B) | 254.43º | 0.72% | 1% | - |
| XYZ | 27.21 | 15.31 | 95.29 | - |
| YUV | 105.02 | 212.08 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 254 | 0.55 | 0.72 | 0 | 0.00 | 254.43 | 0.99 | 0.64 |
| Hex | 73 | 47 | FE | 37 | 48 | 0 | 0 | FE | 63 | 40 |
| Octal | 163 | 107 | 376 | 67 | 110 | 0 | 0 | 376 | 143 | 100 |
| Binary | 1110011 | 1000111 | 11111110 | 110111 | 1001000 | 0 | 0 | 11111110 | 1100011 | 1000000 |
Color Harmonies of #7347FE
Complementary color
Monochromatic Colors of #7347FE
Black with #7347FE
Text Example
Text Example
White with #7347FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7347FE; }
p { color: rgb(115,71,254); }
H1.HeaderClassName
{
color: #7347FE;
}
.AnyTagClassName
{
color: #7347FE;
}
</style>
background-color css
<style>
a { background-color: #7347FE; }
a { background-color: rgb(115,71,254); }
div.DivClassName
{
background-color: #7347FE;
}
.BgClassName
{
background-color: #7347FE;
}
</style>
border-color css
<style>
span { border-color: #7347FE; }
span { border-color: rgb(115,71,254); }
td.TdClassName
{
border-color: #7347FE;
}
.TagClassName
{
border-color: #7347FE;
}
</style>