Shades of Light Slate Blue #9166FC
Tints of Light Slate Blue #9166FC
RGB
CMYK
RGB Variations
Color information
#9166FC (or 0x9166FC) is known color: Light Slate Blue. HEX triplet: 91, 66 and FC. RGB value is (145,102,252). Sum of RGB (Red+Green+Blue) = 145+102+252=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #9166FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9166FC is #6E9903. Grayscale: #838383. Windows color (decimal): -7248132 or 16541329. OLE color: 16541329.
HSL color Cylindrical-coordinate representation of color #9166FC: hue angle of 257.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9166FC is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 102 | 252 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.01 |
| HSL | 257.2º | 0.96% | 0.69% | - |
| HSV(B) | 257.2º | 0.6% | 0.99% | - |
| XYZ | 34 | 22.55 | 94.66 | - |
| YUV | 131.96 | 195.75 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 252 | 0.42 | 0.60 | 0 | 0.01 | 257.2 | 0.96 | 0.69 |
| Hex | 91 | 66 | FC | 2A | 3C | 0 | 1 | 101 | 60 | 45 |
| Octal | 221 | 146 | 374 | 52 | 74 | 0 | 1 | 401 | 140 | 105 |
| Binary | 10010001 | 1100110 | 11111100 | 101010 | 111100 | 0 | 1 | 100000001 | 1100000 | 1000101 |
Color Harmonies of #9166FC
Complementary color
Monochromatic Colors of #9166FC
Black with #9166FC
Text Example
Text Example
White with #9166FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9166FC; }
p { color: rgb(145,102,252); }
H1.HeaderClassName
{
color: #9166FC;
}
.AnyTagClassName
{
color: #9166FC;
}
</style>
background-color css
<style>
a { background-color: #9166FC; }
a { background-color: rgb(145,102,252); }
div.DivClassName
{
background-color: #9166FC;
}
.BgClassName
{
background-color: #9166FC;
}
</style>
border-color css
<style>
span { border-color: #9166FC; }
span { border-color: rgb(145,102,252); }
td.TdClassName
{
border-color: #9166FC;
}
.TagClassName
{
border-color: #9166FC;
}
</style>