Shades of Medium Slate Blue #9052F1
Tints of Medium Slate Blue #9052F1
RGB
CMYK
RGB Variations
Color information
#9052F1 (or 0x9052F1) is known color: Medium Slate Blue. HEX triplet: 90, 52 and F1. RGB value is (144,82,241). Sum of RGB (Red+Green+Blue) = 144+82+241=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #9052F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9052F1 is #6FAD0E. Grayscale: #767676. Windows color (decimal): -7318799 or 15815312. OLE color: 15815312.
HSL color Cylindrical-coordinate representation of color #9052F1: hue angle of 263.4º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9052F1 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 82 | 241 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.05 |
| HSL | 263.4º | 0.85% | 0.63% | - |
| HSV(B) | 263.4º | 0.66% | 0.95% | - |
| XYZ | 30.4 | 18.31 | 85.15 | - |
| YUV | 118.66 | 197.04 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 241 | 0.40 | 0.66 | 0 | 0.05 | 263.4 | 0.85 | 0.63 |
| Hex | 90 | 52 | F1 | 28 | 42 | 0 | 5 | 107 | 55 | 3F |
| Octal | 220 | 122 | 361 | 50 | 102 | 0 | 5 | 407 | 125 | 77 |
| Binary | 10010000 | 1010010 | 11110001 | 101000 | 1000010 | 0 | 101 | 100000111 | 1010101 | 111111 |
Color Harmonies of #9052F1
Complementary color
Monochromatic Colors of #9052F1
Black with #9052F1
Text Example
Text Example
White with #9052F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9052F1; }
p { color: rgb(144,82,241); }
H1.HeaderClassName
{
color: #9052F1;
}
.AnyTagClassName
{
color: #9052F1;
}
</style>
background-color css
<style>
a { background-color: #9052F1; }
a { background-color: rgb(144,82,241); }
div.DivClassName
{
background-color: #9052F1;
}
.BgClassName
{
background-color: #9052F1;
}
</style>
border-color css
<style>
span { border-color: #9052F1; }
span { border-color: rgb(144,82,241); }
td.TdClassName
{
border-color: #9052F1;
}
.TagClassName
{
border-color: #9052F1;
}
</style>