Shades of Light Slate Blue #9A7EF7
Tints of Light Slate Blue #9A7EF7
RGB
CMYK
RGB Variations
Color information
#9A7EF7 (or 0x9A7EF7) is known color: Light Slate Blue. HEX triplet: 9A, 7E and F7. RGB value is (154,126,247). Sum of RGB (Red+Green+Blue) = 154+126+247=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #9A7EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7EF7 is #658108. Grayscale: #939393. Windows color (decimal): -6652169 or 16219802. OLE color: 16219802.
HSL color Cylindrical-coordinate representation of color #9A7EF7: hue angle of 253.88º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A7EF7 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 126 | 247 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.03 |
| HSL | 253.88º | 0.88% | 0.73% | - |
| HSV(B) | 253.88º | 0.49% | 0.97% | - |
| XYZ | 37.58 | 28.51 | 91.52 | - |
| YUV | 148.17 | 183.78 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 247 | 0.38 | 0.49 | 0 | 0.03 | 253.88 | 0.88 | 0.73 |
| Hex | 9A | 7E | F7 | 26 | 31 | 0 | 3 | FE | 58 | 49 |
| Octal | 232 | 176 | 367 | 46 | 61 | 0 | 3 | 376 | 130 | 111 |
| Binary | 10011010 | 1111110 | 11110111 | 100110 | 110001 | 0 | 11 | 11111110 | 1011000 | 1001001 |
Color Harmonies of #9A7EF7
Complementary color
Monochromatic Colors of #9A7EF7
Black with #9A7EF7
Text Example
Text Example
White with #9A7EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7EF7; }
p { color: rgb(154,126,247); }
H1.HeaderClassName
{
color: #9A7EF7;
}
.AnyTagClassName
{
color: #9A7EF7;
}
</style>
background-color css
<style>
a { background-color: #9A7EF7; }
a { background-color: rgb(154,126,247); }
div.DivClassName
{
background-color: #9A7EF7;
}
.BgClassName
{
background-color: #9A7EF7;
}
</style>
border-color css
<style>
span { border-color: #9A7EF7; }
span { border-color: rgb(154,126,247); }
td.TdClassName
{
border-color: #9A7EF7;
}
.TagClassName
{
border-color: #9A7EF7;
}
</style>