Shades of Light Slate Blue #9A71F7
Tints of Light Slate Blue #9A71F7
RGB
CMYK
RGB Variations
Color information
#9A71F7 (or 0x9A71F7) is known color: Light Slate Blue. HEX triplet: 9A, 71 and F7. RGB value is (154,113,247). Sum of RGB (Red+Green+Blue) = 154+113+247=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 247 - color contains mainly: blue. Hex color #9A71F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A71F7 is #658E08. Grayscale: #8C8C8C. Windows color (decimal): -6655497 or 16216474. OLE color: 16216474.
HSL color Cylindrical-coordinate representation of color #9A71F7: hue angle of 258.36º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A71F7 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 113 | 247 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.03 |
| HSL | 258.36º | 0.89% | 0.71% | - |
| HSV(B) | 258.36º | 0.54% | 0.97% | - |
| XYZ | 36.02 | 25.4 | 91 | - |
| YUV | 140.54 | 188.08 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 113 | 247 | 0.38 | 0.54 | 0 | 0.03 | 258.36 | 0.89 | 0.71 |
| Hex | 9A | 71 | F7 | 26 | 36 | 0 | 3 | 102 | 59 | 47 |
| Octal | 232 | 161 | 367 | 46 | 66 | 0 | 3 | 402 | 131 | 107 |
| Binary | 10011010 | 1110001 | 11110111 | 100110 | 110110 | 0 | 11 | 100000010 | 1011001 | 1000111 |
Color Harmonies of #9A71F7
Complementary color
Monochromatic Colors of #9A71F7
Black with #9A71F7
Text Example
Text Example
White with #9A71F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A71F7; }
p { color: rgb(154,113,247); }
H1.HeaderClassName
{
color: #9A71F7;
}
.AnyTagClassName
{
color: #9A71F7;
}
</style>
background-color css
<style>
a { background-color: #9A71F7; }
a { background-color: rgb(154,113,247); }
div.DivClassName
{
background-color: #9A71F7;
}
.BgClassName
{
background-color: #9A71F7;
}
</style>
border-color css
<style>
span { border-color: #9A71F7; }
span { border-color: rgb(154,113,247); }
td.TdClassName
{
border-color: #9A71F7;
}
.TagClassName
{
border-color: #9A71F7;
}
</style>