Shades of Light Slate Blue #965AFA
Tints of Light Slate Blue #965AFA
RGB
CMYK
RGB Variations
Color information
#965AFA (or 0x965AFA) is known color: Light Slate Blue. HEX triplet: 96, 5A and FA. RGB value is (150,90,250). Sum of RGB (Red+Green+Blue) = 150+90+250=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #965AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965AFA is #69A505. Grayscale: #7D7D7D. Windows color (decimal): -6923526 or 16407190. OLE color: 16407190.
HSL color Cylindrical-coordinate representation of color #965AFA: hue angle of 262.5º 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 #965AFA is Cyan = 0.4, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 90 | 250 | - |
| CMYK | 0.4 | 0.64 | 0 | 0.02 |
| HSL | 262.5º | 0.94% | 0.67% | - |
| HSV(B) | 262.5º | 0.64% | 0.98% | - |
| XYZ | 33.49 | 20.7 | 92.67 | - |
| YUV | 126.18 | 197.88 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 250 | 0.4 | 0.64 | 0 | 0.02 | 262.5 | 0.94 | 0.67 |
| Hex | 96 | 5A | FA | 28 | 40 | 0 | 2 | 106 | 5E | 43 |
| Octal | 226 | 132 | 372 | 50 | 100 | 0 | 2 | 406 | 136 | 103 |
| Binary | 10010110 | 1011010 | 11111010 | 101000 | 1000000 | 0 | 10 | 100000110 | 1011110 | 1000011 |
Color Harmonies of #965AFA
Complementary color
Monochromatic Colors of #965AFA
Black with #965AFA
Text Example
Text Example
White with #965AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965AFA; }
p { color: rgb(150,90,250); }
H1.HeaderClassName
{
color: #965AFA;
}
.AnyTagClassName
{
color: #965AFA;
}
</style>
background-color css
<style>
a { background-color: #965AFA; }
a { background-color: rgb(150,90,250); }
div.DivClassName
{
background-color: #965AFA;
}
.BgClassName
{
background-color: #965AFA;
}
</style>
border-color css
<style>
span { border-color: #965AFA; }
span { border-color: rgb(150,90,250); }
td.TdClassName
{
border-color: #965AFA;
}
.TagClassName
{
border-color: #965AFA;
}
</style>