Shades of Light Slate Blue #9971F6
Tints of Light Slate Blue #9971F6
RGB
CMYK
RGB Variations
Color information
#9971F6 (or 0x9971F6) is known color: Light Slate Blue. HEX triplet: 99, 71 and F6. RGB value is (153,113,246). Sum of RGB (Red+Green+Blue) = 153+113+246=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #9971F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9971F6 is #668E09. Grayscale: #8B8B8B. Windows color (decimal): -6721034 or 16150937. OLE color: 16150937.
HSL color Cylindrical-coordinate representation of color #9971F6: hue angle of 258.05º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9971F6 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 113 | 246 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.04 |
| HSL | 258.05º | 0.88% | 0.7% | - |
| HSV(B) | 258.05º | 0.54% | 0.96% | - |
| XYZ | 35.68 | 25.24 | 90.18 | - |
| YUV | 140.12 | 187.75 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 246 | 0.38 | 0.54 | 0 | 0.04 | 258.05 | 0.88 | 0.7 |
| Hex | 99 | 71 | F6 | 26 | 36 | 0 | 4 | 102 | 58 | 46 |
| Octal | 231 | 161 | 366 | 46 | 66 | 0 | 4 | 402 | 130 | 106 |
| Binary | 10011001 | 1110001 | 11110110 | 100110 | 110110 | 0 | 100 | 100000010 | 1011000 | 1000110 |
Color Harmonies of #9971F6
Complementary color
Monochromatic Colors of #9971F6
Black with #9971F6
Text Example
Text Example
White with #9971F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9971F6; }
p { color: rgb(153,113,246); }
H1.HeaderClassName
{
color: #9971F6;
}
.AnyTagClassName
{
color: #9971F6;
}
</style>
background-color css
<style>
a { background-color: #9971F6; }
a { background-color: rgb(153,113,246); }
div.DivClassName
{
background-color: #9971F6;
}
.BgClassName
{
background-color: #9971F6;
}
</style>
border-color css
<style>
span { border-color: #9971F6; }
span { border-color: rgb(153,113,246); }
td.TdClassName
{
border-color: #9971F6;
}
.TagClassName
{
border-color: #9971F6;
}
</style>