Shades of Medium Slate Blue #944FF9
Tints of Medium Slate Blue #944FF9
RGB
CMYK
RGB Variations
Color information
#944FF9 (or 0x944FF9) is known color: Medium Slate Blue. HEX triplet: 94, 4F and F9. RGB value is (148,79,249). Sum of RGB (Red+Green+Blue) = 148+79+249=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #944FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #944FF9 is #6BB006. Grayscale: #767676. Windows color (decimal): -7057415 or 16338836. OLE color: 16338836.
HSL color Cylindrical-coordinate representation of color #944FF9: hue angle of 264.35º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #944FF9 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 79 | 249 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.02 |
| HSL | 264.35º | 0.93% | 0.64% | - |
| HSV(B) | 264.35º | 0.68% | 0.98% | - |
| XYZ | 32.11 | 18.73 | 91.55 | - |
| YUV | 119.01 | 201.36 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 249 | 0.41 | 0.68 | 0 | 0.02 | 264.35 | 0.93 | 0.64 |
| Hex | 94 | 4F | F9 | 29 | 44 | 0 | 2 | 108 | 5D | 40 |
| Octal | 224 | 117 | 371 | 51 | 104 | 0 | 2 | 410 | 135 | 100 |
| Binary | 10010100 | 1001111 | 11111001 | 101001 | 1000100 | 0 | 10 | 100001000 | 1011101 | 1000000 |
Color Harmonies of #944FF9
Complementary color
Monochromatic Colors of #944FF9
Black with #944FF9
Text Example
Text Example
White with #944FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944FF9; }
p { color: rgb(148,79,249); }
H1.HeaderClassName
{
color: #944FF9;
}
.AnyTagClassName
{
color: #944FF9;
}
</style>
background-color css
<style>
a { background-color: #944FF9; }
a { background-color: rgb(148,79,249); }
div.DivClassName
{
background-color: #944FF9;
}
.BgClassName
{
background-color: #944FF9;
}
</style>
border-color css
<style>
span { border-color: #944FF9; }
span { border-color: rgb(148,79,249); }
td.TdClassName
{
border-color: #944FF9;
}
.TagClassName
{
border-color: #944FF9;
}
</style>