Shades of Light Slate Blue #9186FF
Tints of Light Slate Blue #9186FF
RGB
CMYK
RGB Variations
Color information
#9186FF (or 0x9186FF) is known color: Light Slate Blue. HEX triplet: 91, 86 and FF. RGB value is (145,134,255). Sum of RGB (Red+Green+Blue) = 145+134+255=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #9186FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9186FF is #6E7900. Grayscale: #969696. Windows color (decimal): -7239937 or 16746129. OLE color: 16746129.
HSL color Cylindrical-coordinate representation of color #9186FF: hue angle of 245.45º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9186FF is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 134 | 255 | - |
| CMYK | 0.43 | 0.47 | 0 | 0 |
| HSL | 245.45º | 1% | 0.76% | - |
| HSV(B) | 245.45º | 0.47% | 1% | - |
| XYZ | 38.25 | 30.29 | 98.44 | - |
| YUV | 151.08 | 186.64 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 134 | 255 | 0.43 | 0.47 | 0 | 0 | 245.45 | 1 | 0.76 |
| Hex | 91 | 86 | FF | 2B | 2F | 0 | 0 | F5 | 64 | 4C |
| Octal | 221 | 206 | 377 | 53 | 57 | 0 | 0 | 365 | 144 | 114 |
| Binary | 10010001 | 10000110 | 11111111 | 101011 | 101111 | 0 | 0 | 11110101 | 1100100 | 1001100 |
Color Harmonies of #9186FF
Complementary color
Monochromatic Colors of #9186FF
Black with #9186FF
Text Example
Text Example
White with #9186FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9186FF; }
p { color: rgb(145,134,255); }
H1.HeaderClassName
{
color: #9186FF;
}
.AnyTagClassName
{
color: #9186FF;
}
</style>
background-color css
<style>
a { background-color: #9186FF; }
a { background-color: rgb(145,134,255); }
div.DivClassName
{
background-color: #9186FF;
}
.BgClassName
{
background-color: #9186FF;
}
</style>
border-color css
<style>
span { border-color: #9186FF; }
span { border-color: rgb(145,134,255); }
td.TdClassName
{
border-color: #9186FF;
}
.TagClassName
{
border-color: #9186FF;
}
</style>