Shades of Medium Slate Blue #7749F3
Tints of Medium Slate Blue #7749F3
RGB
CMYK
RGB Variations
Color information
#7749F3 (or 0x7749F3) is known color: Medium Slate Blue. HEX triplet: 77, 49 and F3. RGB value is (119,73,243). Sum of RGB (Red+Green+Blue) = 119+73+243=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #7749F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7749F3 is #88B60C. Grayscale: #696969. Windows color (decimal): -8959501 or 15944055. OLE color: 15944055.
HSL color Cylindrical-coordinate representation of color #7749F3: hue angle of 256.24º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7749F3 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 73 | 243 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.05 |
| HSL | 256.24º | 0.88% | 0.62% | - |
| HSV(B) | 256.24º | 0.7% | 0.95% | - |
| XYZ | 26.17 | 15.16 | 86.34 | - |
| YUV | 106.13 | 205.24 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 73 | 243 | 0.51 | 0.70 | 0 | 0.05 | 256.24 | 0.88 | 0.62 |
| Hex | 77 | 49 | F3 | 33 | 46 | 0 | 5 | 100 | 58 | 3E |
| Octal | 167 | 111 | 363 | 63 | 106 | 0 | 5 | 400 | 130 | 76 |
| Binary | 1110111 | 1001001 | 11110011 | 110011 | 1000110 | 0 | 101 | 100000000 | 1011000 | 111110 |
Color Harmonies of #7749F3
Complementary color
Monochromatic Colors of #7749F3
Black with #7749F3
Text Example
Text Example
White with #7749F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7749F3; }
p { color: rgb(119,73,243); }
H1.HeaderClassName
{
color: #7749F3;
}
.AnyTagClassName
{
color: #7749F3;
}
</style>
background-color css
<style>
a { background-color: #7749F3; }
a { background-color: rgb(119,73,243); }
div.DivClassName
{
background-color: #7749F3;
}
.BgClassName
{
background-color: #7749F3;
}
</style>
border-color css
<style>
span { border-color: #7749F3; }
span { border-color: rgb(119,73,243); }
td.TdClassName
{
border-color: #7749F3;
}
.TagClassName
{
border-color: #7749F3;
}
</style>