Shades of Light Slate Blue #9183EC
Tints of Light Slate Blue #9183EC
RGB
CMYK
RGB Variations
Color information
#9183EC (or 0x9183EC) is known color: Light Slate Blue. HEX triplet: 91, 83 and EC. RGB value is (145,131,236). Sum of RGB (Red+Green+Blue) = 145+131+236=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #9183EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9183EC is #6E7C13. Grayscale: #929292. Windows color (decimal): -7240724 or 15500177. OLE color: 15500177.
HSL color Cylindrical-coordinate representation of color #9183EC: hue angle of 248º 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 #9183EC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 131 | 236 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.07 |
| HSL | 248º | 0.73% | 0.72% | - |
| HSV(B) | 248º | 0.44% | 0.93% | - |
| XYZ | 34.93 | 28.31 | 82.98 | - |
| YUV | 147.16 | 178.14 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 236 | 0.39 | 0.44 | 0 | 0.07 | 248 | 0.73 | 0.72 |
| Hex | 91 | 83 | EC | 27 | 2C | 0 | 7 | F8 | 49 | 48 |
| Octal | 221 | 203 | 354 | 47 | 54 | 0 | 7 | 370 | 111 | 110 |
| Binary | 10010001 | 10000011 | 11101100 | 100111 | 101100 | 0 | 111 | 11111000 | 1001001 | 1001000 |
Color Harmonies of #9183EC
Complementary color
Monochromatic Colors of #9183EC
Black with #9183EC
Text Example
Text Example
White with #9183EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9183EC; }
p { color: rgb(145,131,236); }
H1.HeaderClassName
{
color: #9183EC;
}
.AnyTagClassName
{
color: #9183EC;
}
</style>
background-color css
<style>
a { background-color: #9183EC; }
a { background-color: rgb(145,131,236); }
div.DivClassName
{
background-color: #9183EC;
}
.BgClassName
{
background-color: #9183EC;
}
</style>
border-color css
<style>
span { border-color: #9183EC; }
span { border-color: rgb(145,131,236); }
td.TdClassName
{
border-color: #9183EC;
}
.TagClassName
{
border-color: #9183EC;
}
</style>