Shades of Light Slate Blue #9183F0
Tints of Light Slate Blue #9183F0
RGB
CMYK
RGB Variations
Color information
#9183F0 (or 0x9183F0) is known color: Light Slate Blue. HEX triplet: 91, 83 and F0. RGB value is (145,131,240). Sum of RGB (Red+Green+Blue) = 145+131+240=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #9183F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9183F0 is #6E7C0F. Grayscale: #939393. Windows color (decimal): -7240720 or 15762321. OLE color: 15762321.
HSL color Cylindrical-coordinate representation of color #9183F0: hue angle of 247.71º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9183F0 is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 131 | 240 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.06 |
| HSL | 247.71º | 0.78% | 0.73% | - |
| HSV(B) | 247.71º | 0.45% | 0.94% | - |
| XYZ | 35.52 | 28.54 | 86.08 | - |
| YUV | 147.61 | 180.14 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 240 | 0.40 | 0.45 | 0 | 0.06 | 247.71 | 0.78 | 0.73 |
| Hex | 91 | 83 | F0 | 28 | 2D | 0 | 6 | F8 | 4E | 49 |
| Octal | 221 | 203 | 360 | 50 | 55 | 0 | 6 | 370 | 116 | 111 |
| Binary | 10010001 | 10000011 | 11110000 | 101000 | 101101 | 0 | 110 | 11111000 | 1001110 | 1001001 |
Color Harmonies of #9183F0
Complementary color
Monochromatic Colors of #9183F0
Black with #9183F0
Text Example
Text Example
White with #9183F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9183F0; }
p { color: rgb(145,131,240); }
H1.HeaderClassName
{
color: #9183F0;
}
.AnyTagClassName
{
color: #9183F0;
}
</style>
background-color css
<style>
a { background-color: #9183F0; }
a { background-color: rgb(145,131,240); }
div.DivClassName
{
background-color: #9183F0;
}
.BgClassName
{
background-color: #9183F0;
}
</style>
border-color css
<style>
span { border-color: #9183F0; }
span { border-color: rgb(145,131,240); }
td.TdClassName
{
border-color: #9183F0;
}
.TagClassName
{
border-color: #9183F0;
}
</style>