Shades of Light Slate Blue #9A5BFA
Tints of Light Slate Blue #9A5BFA
RGB
CMYK
RGB Variations
Color information
#9A5BFA (or 0x9A5BFA) is known color: Light Slate Blue. HEX triplet: 9A, 5B and FA. RGB value is (154,91,250). Sum of RGB (Red+Green+Blue) = 154+91+250=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A5BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A5BFA is #65A405. Grayscale: #7F7F7F. Windows color (decimal): -6661126 or 16407450. OLE color: 16407450.
HSL color Cylindrical-coordinate representation of color #9A5BFA: hue angle of 263.77º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A5BFA is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 91 | 250 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.02 |
| HSL | 263.77º | 0.94% | 0.67% | - |
| HSV(B) | 263.77º | 0.64% | 0.98% | - |
| XYZ | 34.32 | 21.25 | 92.74 | - |
| YUV | 127.96 | 196.87 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 91 | 250 | 0.38 | 0.64 | 0 | 0.02 | 263.77 | 0.94 | 0.67 |
| Hex | 9A | 5B | FA | 26 | 40 | 0 | 2 | 108 | 5E | 43 |
| Octal | 232 | 133 | 372 | 46 | 100 | 0 | 2 | 410 | 136 | 103 |
| Binary | 10011010 | 1011011 | 11111010 | 100110 | 1000000 | 0 | 10 | 100001000 | 1011110 | 1000011 |
Color Harmonies of #9A5BFA
Complementary color
Monochromatic Colors of #9A5BFA
Black with #9A5BFA
Text Example
Text Example
White with #9A5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5BFA; }
p { color: rgb(154,91,250); }
H1.HeaderClassName
{
color: #9A5BFA;
}
.AnyTagClassName
{
color: #9A5BFA;
}
</style>
background-color css
<style>
a { background-color: #9A5BFA; }
a { background-color: rgb(154,91,250); }
div.DivClassName
{
background-color: #9A5BFA;
}
.BgClassName
{
background-color: #9A5BFA;
}
</style>
border-color css
<style>
span { border-color: #9A5BFA; }
span { border-color: rgb(154,91,250); }
td.TdClassName
{
border-color: #9A5BFA;
}
.TagClassName
{
border-color: #9A5BFA;
}
</style>