Shades of Light Slate Blue #9A7EFF
Tints of Light Slate Blue #9A7EFF
RGB
CMYK
RGB Variations
Color information
#9A7EFF (or 0x9A7EFF) is known color: Light Slate Blue. HEX triplet: 9A, 7E and FF. RGB value is (154,126,255). Sum of RGB (Red+Green+Blue) = 154+126+255=535 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.79% from 535); Green value is 126 (49.61% from 255 or 23.55% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A7EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7EFF is #658100. Grayscale: #949494. Windows color (decimal): -6652161 or 16744090. OLE color: 16744090.
HSL color Cylindrical-coordinate representation of color #9A7EFF: hue angle of 253.02º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A7EFF is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 126 | 255 | - |
| CMYK | 0.40 | 0.51 | 0 | 0 |
| HSL | 253.02º | 1% | 0.75% | - |
| HSV(B) | 253.02º | 0.51% | 1% | - |
| XYZ | 38.84 | 29.01 | 98.16 | - |
| YUV | 149.08 | 187.78 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 126 | 255 | 0.40 | 0.51 | 0 | 0 | 253.02 | 1 | 0.75 |
| Hex | 9A | 7E | FF | 28 | 33 | 0 | 0 | FD | 64 | 4B |
| Octal | 232 | 176 | 377 | 50 | 63 | 0 | 0 | 375 | 144 | 113 |
| Binary | 10011010 | 1111110 | 11111111 | 101000 | 110011 | 0 | 0 | 11111101 | 1100100 | 1001011 |
Color Harmonies of #9A7EFF
Complementary color
Monochromatic Colors of #9A7EFF
Black with #9A7EFF
Text Example
Text Example
White with #9A7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7EFF; }
p { color: rgb(154,126,255); }
H1.HeaderClassName
{
color: #9A7EFF;
}
.AnyTagClassName
{
color: #9A7EFF;
}
</style>
background-color css
<style>
a { background-color: #9A7EFF; }
a { background-color: rgb(154,126,255); }
div.DivClassName
{
background-color: #9A7EFF;
}
.BgClassName
{
background-color: #9A7EFF;
}
</style>
border-color css
<style>
span { border-color: #9A7EFF; }
span { border-color: rgb(154,126,255); }
td.TdClassName
{
border-color: #9A7EFF;
}
.TagClassName
{
border-color: #9A7EFF;
}
</style>