Shades of Medium Slate Blue #7447FE
Tints of Medium Slate Blue #7447FE
RGB
CMYK
RGB Variations
Color information
#7447FE (or 0x7447FE) is known color: Medium Slate Blue. HEX triplet: 74, 47 and FE. RGB value is (116,71,254). Sum of RGB (Red+Green+Blue) = 116+71+254=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #7447FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7447FE is #8BB801. Grayscale: #686868. Windows color (decimal): -9156610 or 16664436. OLE color: 16664436.
HSL color Cylindrical-coordinate representation of color #7447FE: hue angle of 254.75º 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 #7447FE is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 71 | 254 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.00 |
| HSL | 254.75º | 0.99% | 0.64% | - |
| HSV(B) | 254.75º | 0.72% | 1% | - |
| XYZ | 27.35 | 15.38 | 95.29 | - |
| YUV | 105.32 | 211.91 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 254 | 0.54 | 0.72 | 0 | 0.00 | 254.75 | 0.99 | 0.64 |
| Hex | 74 | 47 | FE | 36 | 48 | 0 | 0 | FF | 63 | 40 |
| Octal | 164 | 107 | 376 | 66 | 110 | 0 | 0 | 377 | 143 | 100 |
| Binary | 1110100 | 1000111 | 11111110 | 110110 | 1001000 | 0 | 0 | 11111111 | 1100011 | 1000000 |
Color Harmonies of #7447FE
Complementary color
Monochromatic Colors of #7447FE
Black with #7447FE
Text Example
Text Example
White with #7447FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7447FE; }
p { color: rgb(116,71,254); }
H1.HeaderClassName
{
color: #7447FE;
}
.AnyTagClassName
{
color: #7447FE;
}
</style>
background-color css
<style>
a { background-color: #7447FE; }
a { background-color: rgb(116,71,254); }
div.DivClassName
{
background-color: #7447FE;
}
.BgClassName
{
background-color: #7447FE;
}
</style>
border-color css
<style>
span { border-color: #7447FE; }
span { border-color: rgb(116,71,254); }
td.TdClassName
{
border-color: #7447FE;
}
.TagClassName
{
border-color: #7447FE;
}
</style>