Shades of Medium Slate Blue #9152F5
Tints of Medium Slate Blue #9152F5
RGB
CMYK
RGB Variations
Color information
#9152F5 (or 0x9152F5) is known color: Medium Slate Blue. HEX triplet: 91, 52 and F5. RGB value is (145,82,245). Sum of RGB (Red+Green+Blue) = 145+82+245=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 245 (96.09% from 255 or 51.91% from 472); Max value from RGB is 245 - color contains mainly: blue. Hex color #9152F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9152F5 is #6EAD0A. Grayscale: #767676. Windows color (decimal): -7253259 or 16077457. OLE color: 16077457.
HSL color Cylindrical-coordinate representation of color #9152F5: hue angle of 263.19º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9152F5 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 82 | 245 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.04 |
| HSL | 263.19º | 0.89% | 0.64% | - |
| HSV(B) | 263.19º | 0.67% | 0.96% | - |
| XYZ | 31.18 | 18.65 | 88.34 | - |
| YUV | 119.42 | 198.87 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 245 | 0.41 | 0.67 | 0 | 0.04 | 263.19 | 0.89 | 0.64 |
| Hex | 91 | 52 | F5 | 29 | 43 | 0 | 4 | 107 | 59 | 40 |
| Octal | 221 | 122 | 365 | 51 | 103 | 0 | 4 | 407 | 131 | 100 |
| Binary | 10010001 | 1010010 | 11110101 | 101001 | 1000011 | 0 | 100 | 100000111 | 1011001 | 1000000 |
Color Harmonies of #9152F5
Complementary color
Monochromatic Colors of #9152F5
Black with #9152F5
Text Example
Text Example
White with #9152F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9152F5; }
p { color: rgb(145,82,245); }
H1.HeaderClassName
{
color: #9152F5;
}
.AnyTagClassName
{
color: #9152F5;
}
</style>
background-color css
<style>
a { background-color: #9152F5; }
a { background-color: rgb(145,82,245); }
div.DivClassName
{
background-color: #9152F5;
}
.BgClassName
{
background-color: #9152F5;
}
</style>
border-color css
<style>
span { border-color: #9152F5; }
span { border-color: rgb(145,82,245); }
td.TdClassName
{
border-color: #9152F5;
}
.TagClassName
{
border-color: #9152F5;
}
</style>