Shades of Light Slate Blue #9166FF
Tints of Light Slate Blue #9166FF
RGB
CMYK
RGB Variations
Color information
#9166FF (or 0x9166FF) is known color: Light Slate Blue. HEX triplet: 91, 66 and FF. RGB value is (145,102,255). Sum of RGB (Red+Green+Blue) = 145+102+255=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #9166FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9166FF is #6E9900. Grayscale: #838383. Windows color (decimal): -7248129 or 16737937. OLE color: 16737937.
HSL color Cylindrical-coordinate representation of color #9166FF: hue angle of 256.86º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9166FF is Cyan = 0.43, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 102 | 255 | - |
| CMYK | 0.43 | 0.6 | 0 | 0 |
| HSL | 256.86º | 1% | 0.7% | - |
| HSV(B) | 256.86º | 0.6% | 1% | - |
| XYZ | 34.48 | 22.74 | 97.18 | - |
| YUV | 132.3 | 197.25 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 255 | 0.43 | 0.6 | 0 | 0 | 256.86 | 1 | 0.7 |
| Hex | 91 | 66 | FF | 2B | 3C | 0 | 0 | 101 | 64 | 46 |
| Octal | 221 | 146 | 377 | 53 | 74 | 0 | 0 | 401 | 144 | 106 |
| Binary | 10010001 | 1100110 | 11111111 | 101011 | 111100 | 0 | 0 | 100000001 | 1100100 | 1000110 |
Color Harmonies of #9166FF
Complementary color
Monochromatic Colors of #9166FF
Black with #9166FF
Text Example
Text Example
White with #9166FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9166FF; }
p { color: rgb(145,102,255); }
H1.HeaderClassName
{
color: #9166FF;
}
.AnyTagClassName
{
color: #9166FF;
}
</style>
background-color css
<style>
a { background-color: #9166FF; }
a { background-color: rgb(145,102,255); }
div.DivClassName
{
background-color: #9166FF;
}
.BgClassName
{
background-color: #9166FF;
}
</style>
border-color css
<style>
span { border-color: #9166FF; }
span { border-color: rgb(145,102,255); }
td.TdClassName
{
border-color: #9166FF;
}
.TagClassName
{
border-color: #9166FF;
}
</style>