Shades of Light Slate Blue #9184EC
Tints of Light Slate Blue #9184EC
RGB
CMYK
RGB Variations
Color information
#9184EC (or 0x9184EC) is known color: Light Slate Blue. HEX triplet: 91, 84 and EC. RGB value is (145,132,236). Sum of RGB (Red+Green+Blue) = 145+132+236=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #9184EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9184EC is #6E7B13. Grayscale: #939393. Windows color (decimal): -7240468 or 15500433. OLE color: 15500433.
HSL color Cylindrical-coordinate representation of color #9184EC: hue angle of 247.5º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9184EC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 132 | 236 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.07 |
| HSL | 247.5º | 0.73% | 0.72% | - |
| HSV(B) | 247.5º | 0.44% | 0.93% | - |
| XYZ | 35.07 | 28.58 | 83.02 | - |
| YUV | 147.74 | 177.81 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 132 | 236 | 0.39 | 0.44 | 0 | 0.07 | 247.5 | 0.73 | 0.72 |
| Hex | 91 | 84 | EC | 27 | 2C | 0 | 7 | F8 | 49 | 48 |
| Octal | 221 | 204 | 354 | 47 | 54 | 0 | 7 | 370 | 111 | 110 |
| Binary | 10010001 | 10000100 | 11101100 | 100111 | 101100 | 0 | 111 | 11111000 | 1001001 | 1001000 |
Color Harmonies of #9184EC
Complementary color
Monochromatic Colors of #9184EC
Black with #9184EC
Text Example
Text Example
White with #9184EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9184EC; }
p { color: rgb(145,132,236); }
H1.HeaderClassName
{
color: #9184EC;
}
.AnyTagClassName
{
color: #9184EC;
}
</style>
background-color css
<style>
a { background-color: #9184EC; }
a { background-color: rgb(145,132,236); }
div.DivClassName
{
background-color: #9184EC;
}
.BgClassName
{
background-color: #9184EC;
}
</style>
border-color css
<style>
span { border-color: #9184EC; }
span { border-color: rgb(145,132,236); }
td.TdClassName
{
border-color: #9184EC;
}
.TagClassName
{
border-color: #9184EC;
}
</style>