Shades of Medium Slate Blue #7447F2
Tints of Medium Slate Blue #7447F2
RGB
CMYK
RGB Variations
Color information
#7447F2 (or 0x7447F2) is known color: Medium Slate Blue. HEX triplet: 74, 47 and F2. RGB value is (116,71,242). Sum of RGB (Red+Green+Blue) = 116+71+242=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 242 (94.92% from 255 or 56.41% from 429); Max value from RGB is 242 - color contains mainly: blue. Hex color #7447F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7447F2 is #8BB80D. Grayscale: #676767. Windows color (decimal): -9156622 or 15878004. OLE color: 15878004.
HSL color Cylindrical-coordinate representation of color #7447F2: hue angle of 255.79º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7447F2 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 71 | 242 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.05 |
| HSL | 255.79º | 0.87% | 0.61% | - |
| HSV(B) | 255.79º | 0.71% | 0.95% | - |
| XYZ | 25.48 | 14.63 | 85.49 | - |
| YUV | 103.95 | 205.91 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 71 | 242 | 0.52 | 0.71 | 0 | 0.05 | 255.79 | 0.87 | 0.61 |
| Hex | 74 | 47 | F2 | 34 | 47 | 0 | 5 | 100 | 57 | 3D |
| Octal | 164 | 107 | 362 | 64 | 107 | 0 | 5 | 400 | 127 | 75 |
| Binary | 1110100 | 1000111 | 11110010 | 110100 | 1000111 | 0 | 101 | 100000000 | 1010111 | 111101 |
Color Harmonies of #7447F2
Complementary color
Monochromatic Colors of #7447F2
Black with #7447F2
Text Example
Text Example
White with #7447F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7447F2; }
p { color: rgb(116,71,242); }
H1.HeaderClassName
{
color: #7447F2;
}
.AnyTagClassName
{
color: #7447F2;
}
</style>
background-color css
<style>
a { background-color: #7447F2; }
a { background-color: rgb(116,71,242); }
div.DivClassName
{
background-color: #7447F2;
}
.BgClassName
{
background-color: #7447F2;
}
</style>
border-color css
<style>
span { border-color: #7447F2; }
span { border-color: rgb(116,71,242); }
td.TdClassName
{
border-color: #7447F2;
}
.TagClassName
{
border-color: #7447F2;
}
</style>