Shades of Medium Slate Blue #9152F4
Tints of Medium Slate Blue #9152F4
RGB
CMYK
RGB Variations
Color information
#9152F4 (or 0x9152F4) is known color: Medium Slate Blue. HEX triplet: 91, 52 and F4. RGB value is (145,82,244). Sum of RGB (Red+Green+Blue) = 145+82+244=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 244 (95.70% from 255 or 51.80% from 471); Max value from RGB is 244 - color contains mainly: blue. Hex color #9152F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9152F4 is #6EAD0B. Grayscale: #767676. Windows color (decimal): -7253260 or 16011921. OLE color: 16011921.
HSL color Cylindrical-coordinate representation of color #9152F4: hue angle of 263.33º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9152F4 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 82 | 244 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.04 |
| HSL | 263.33º | 0.88% | 0.64% | - |
| HSV(B) | 263.33º | 0.66% | 0.96% | - |
| XYZ | 31.02 | 18.59 | 87.54 | - |
| YUV | 119.31 | 198.37 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 244 | 0.41 | 0.66 | 0 | 0.04 | 263.33 | 0.88 | 0.64 |
| Hex | 91 | 52 | F4 | 29 | 42 | 0 | 4 | 107 | 58 | 40 |
| Octal | 221 | 122 | 364 | 51 | 102 | 0 | 4 | 407 | 130 | 100 |
| Binary | 10010001 | 1010010 | 11110100 | 101001 | 1000010 | 0 | 100 | 100000111 | 1011000 | 1000000 |
Color Harmonies of #9152F4
Complementary color
Monochromatic Colors of #9152F4
Black with #9152F4
Text Example
Text Example
White with #9152F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9152F4; }
p { color: rgb(145,82,244); }
H1.HeaderClassName
{
color: #9152F4;
}
.AnyTagClassName
{
color: #9152F4;
}
</style>
background-color css
<style>
a { background-color: #9152F4; }
a { background-color: rgb(145,82,244); }
div.DivClassName
{
background-color: #9152F4;
}
.BgClassName
{
background-color: #9152F4;
}
</style>
border-color css
<style>
span { border-color: #9152F4; }
span { border-color: rgb(145,82,244); }
td.TdClassName
{
border-color: #9152F4;
}
.TagClassName
{
border-color: #9152F4;
}
</style>