Shades of Medium Slate Blue #9153F6
Tints of Medium Slate Blue #9153F6
RGB
CMYK
RGB Variations
Color information
#9153F6 (or 0x9153F6) is known color: Medium Slate Blue. HEX triplet: 91, 53 and F6. RGB value is (145,83,246). Sum of RGB (Red+Green+Blue) = 145+83+246=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #9153F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9153F6 is #6EAC09. Grayscale: #777777. Windows color (decimal): -7253002 or 16143249. OLE color: 16143249.
HSL color Cylindrical-coordinate representation of color #9153F6: hue angle of 262.82º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9153F6 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 145 | 83 | 246 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.04 |
| HSL | 262.82º | 0.9% | 0.65% | - |
| HSV(B) | 262.82º | 0.66% | 0.96% | - |
| XYZ | 31.4 | 18.86 | 89.17 | - |
| YUV | 120.12 | 199.04 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 246 | 0.41 | 0.66 | 0 | 0.04 | 262.82 | 0.9 | 0.65 |
| Hex | 91 | 53 | F6 | 29 | 42 | 0 | 4 | 107 | 5A | 41 |
| Octal | 221 | 123 | 366 | 51 | 102 | 0 | 4 | 407 | 132 | 101 |
| Binary | 10010001 | 1010011 | 11110110 | 101001 | 1000010 | 0 | 100 | 100000111 | 1011010 | 1000001 |
Color Harmonies of #9153F6
Complementary color
Monochromatic Colors of #9153F6
Black with #9153F6
Text Example
Text Example
White with #9153F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9153F6; }
p { color: rgb(145,83,246); }
H1.HeaderClassName
{
color: #9153F6;
}
.AnyTagClassName
{
color: #9153F6;
}
</style>
background-color css
<style>
a { background-color: #9153F6; }
a { background-color: rgb(145,83,246); }
div.DivClassName
{
background-color: #9153F6;
}
.BgClassName
{
background-color: #9153F6;
}
</style>
border-color css
<style>
span { border-color: #9153F6; }
span { border-color: rgb(145,83,246); }
td.TdClassName
{
border-color: #9153F6;
}
.TagClassName
{
border-color: #9153F6;
}
</style>