Shades of Light Slate Blue #9182F1
Tints of Light Slate Blue #9182F1
RGB
CMYK
RGB Variations
Color information
#9182F1 (or 0x9182F1) is known color: Light Slate Blue. HEX triplet: 91, 82 and F1. RGB value is (145,130,241). Sum of RGB (Red+Green+Blue) = 145+130+241=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #9182F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9182F1 is #6E7D0E. Grayscale: #929292. Windows color (decimal): -7240975 or 15827601. OLE color: 15827601.
HSL color Cylindrical-coordinate representation of color #9182F1: hue angle of 248.11º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9182F1 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 130 | 241 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.05 |
| HSL | 248.11º | 0.8% | 0.73% | - |
| HSV(B) | 248.11º | 0.46% | 0.95% | - |
| XYZ | 35.54 | 28.34 | 86.82 | - |
| YUV | 147.14 | 180.97 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 241 | 0.40 | 0.46 | 0 | 0.05 | 248.11 | 0.8 | 0.73 |
| Hex | 91 | 82 | F1 | 28 | 2E | 0 | 5 | F8 | 50 | 49 |
| Octal | 221 | 202 | 361 | 50 | 56 | 0 | 5 | 370 | 120 | 111 |
| Binary | 10010001 | 10000010 | 11110001 | 101000 | 101110 | 0 | 101 | 11111000 | 1010000 | 1001001 |
Color Harmonies of #9182F1
Complementary color
Monochromatic Colors of #9182F1
Black with #9182F1
Text Example
Text Example
White with #9182F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9182F1; }
p { color: rgb(145,130,241); }
H1.HeaderClassName
{
color: #9182F1;
}
.AnyTagClassName
{
color: #9182F1;
}
</style>
background-color css
<style>
a { background-color: #9182F1; }
a { background-color: rgb(145,130,241); }
div.DivClassName
{
background-color: #9182F1;
}
.BgClassName
{
background-color: #9182F1;
}
</style>
border-color css
<style>
span { border-color: #9182F1; }
span { border-color: rgb(145,130,241); }
td.TdClassName
{
border-color: #9182F1;
}
.TagClassName
{
border-color: #9182F1;
}
</style>