Shades of Medium Slate Blue #7447FF
Tints of Medium Slate Blue #7447FF
RGB
CMYK
RGB Variations
Color information
#7447FF (or 0x7447FF) is known color: Medium Slate Blue. HEX triplet: 74, 47 and FF. RGB value is (116,71,255). Sum of RGB (Red+Green+Blue) = 116+71+255=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 71 (28.12% from 255 or 16.06% 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 #7447FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7447FF is #8BB800. Grayscale: #686868. Windows color (decimal): -9156609 or 16729972. OLE color: 16729972.
HSL color Cylindrical-coordinate representation of color #7447FF: hue angle of 254.67º 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 #7447FF is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 71 | 255 | - |
| CMYK | 0.55 | 0.72 | 0 | 0 |
| HSL | 254.67º | 1% | 0.64% | - |
| HSV(B) | 254.67º | 0.72% | 1% | - |
| XYZ | 27.51 | 15.44 | 96.14 | - |
| YUV | 105.43 | 212.41 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 255 | 0.55 | 0.72 | 0 | 0 | 254.67 | 1 | 0.64 |
| Hex | 74 | 47 | FF | 37 | 48 | 0 | 0 | FF | 64 | 40 |
| Octal | 164 | 107 | 377 | 67 | 110 | 0 | 0 | 377 | 144 | 100 |
| Binary | 1110100 | 1000111 | 11111111 | 110111 | 1001000 | 0 | 0 | 11111111 | 1100100 | 1000000 |
Color Harmonies of #7447FF
Complementary color
Monochromatic Colors of #7447FF
Black with #7447FF
Text Example
Text Example
White with #7447FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7447FF; }
p { color: rgb(116,71,255); }
H1.HeaderClassName
{
color: #7447FF;
}
.AnyTagClassName
{
color: #7447FF;
}
</style>
background-color css
<style>
a { background-color: #7447FF; }
a { background-color: rgb(116,71,255); }
div.DivClassName
{
background-color: #7447FF;
}
.BgClassName
{
background-color: #7447FF;
}
</style>
border-color css
<style>
span { border-color: #7447FF; }
span { border-color: rgb(116,71,255); }
td.TdClassName
{
border-color: #7447FF;
}
.TagClassName
{
border-color: #7447FF;
}
</style>