Shades of Light Slate Blue #9A5EFE
Tints of Light Slate Blue #9A5EFE
RGB
CMYK
RGB Variations
Color information
#9A5EFE (or 0x9A5EFE) is known color: Light Slate Blue. HEX triplet: 9A, 5E and FE. RGB value is (154,94,254). Sum of RGB (Red+Green+Blue) = 154+94+254=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A5EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A5EFE is #65A101. Grayscale: #818181. Windows color (decimal): -6660354 or 16670362. OLE color: 16670362.
HSL color Cylindrical-coordinate representation of color #9A5EFE: hue angle of 262.5º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A5EFE is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 94 | 254 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.00 |
| HSL | 262.5º | 0.99% | 0.68% | - |
| HSV(B) | 262.5º | 0.63% | 1% | - |
| XYZ | 35.22 | 22.03 | 96.16 | - |
| YUV | 130.18 | 197.88 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 254 | 0.39 | 0.63 | 0 | 0.00 | 262.5 | 0.99 | 0.68 |
| Hex | 9A | 5E | FE | 27 | 3F | 0 | 0 | 106 | 63 | 44 |
| Octal | 232 | 136 | 376 | 47 | 77 | 0 | 0 | 406 | 143 | 104 |
| Binary | 10011010 | 1011110 | 11111110 | 100111 | 111111 | 0 | 0 | 100000110 | 1100011 | 1000100 |
Color Harmonies of #9A5EFE
Complementary color
Monochromatic Colors of #9A5EFE
Black with #9A5EFE
Text Example
Text Example
White with #9A5EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5EFE; }
p { color: rgb(154,94,254); }
H1.HeaderClassName
{
color: #9A5EFE;
}
.AnyTagClassName
{
color: #9A5EFE;
}
</style>
background-color css
<style>
a { background-color: #9A5EFE; }
a { background-color: rgb(154,94,254); }
div.DivClassName
{
background-color: #9A5EFE;
}
.BgClassName
{
background-color: #9A5EFE;
}
</style>
border-color css
<style>
span { border-color: #9A5EFE; }
span { border-color: rgb(154,94,254); }
td.TdClassName
{
border-color: #9A5EFE;
}
.TagClassName
{
border-color: #9A5EFE;
}
</style>