Shades of Medium Slate Blue #7448FE
Tints of Medium Slate Blue #7448FE
RGB
CMYK
RGB Variations
Color information
#7448FE (or 0x7448FE) is known color: Medium Slate Blue. HEX triplet: 74, 48 and FE. RGB value is (116,72,254). Sum of RGB (Red+Green+Blue) = 116+72+254=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #7448FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7448FE is #8BB701. Grayscale: #696969. Windows color (decimal): -9156354 or 16664692. OLE color: 16664692.
HSL color Cylindrical-coordinate representation of color #7448FE: hue angle of 254.51º 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 #7448FE is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 72 | 254 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.00 |
| HSL | 254.51º | 0.99% | 0.64% | - |
| HSV(B) | 254.51º | 0.72% | 1% | - |
| XYZ | 27.41 | 15.5 | 95.31 | - |
| YUV | 105.9 | 211.58 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 254 | 0.54 | 0.72 | 0 | 0.00 | 254.51 | 0.99 | 0.64 |
| Hex | 74 | 48 | FE | 36 | 48 | 0 | 0 | FF | 63 | 40 |
| Octal | 164 | 110 | 376 | 66 | 110 | 0 | 0 | 377 | 143 | 100 |
| Binary | 1110100 | 1001000 | 11111110 | 110110 | 1001000 | 0 | 0 | 11111111 | 1100011 | 1000000 |
Color Harmonies of #7448FE
Complementary color
Monochromatic Colors of #7448FE
Black with #7448FE
Text Example
Text Example
White with #7448FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7448FE; }
p { color: rgb(116,72,254); }
H1.HeaderClassName
{
color: #7448FE;
}
.AnyTagClassName
{
color: #7448FE;
}
</style>
background-color css
<style>
a { background-color: #7448FE; }
a { background-color: rgb(116,72,254); }
div.DivClassName
{
background-color: #7448FE;
}
.BgClassName
{
background-color: #7448FE;
}
</style>
border-color css
<style>
span { border-color: #7448FE; }
span { border-color: rgb(116,72,254); }
td.TdClassName
{
border-color: #7448FE;
}
.TagClassName
{
border-color: #7448FE;
}
</style>