Shades of Light Slate Blue #965BFA
Tints of Light Slate Blue #965BFA
RGB
CMYK
RGB Variations
Color information
#965BFA (or 0x965BFA) is known color: Light Slate Blue. HEX triplet: 96, 5B and FA. RGB value is (150,91,250). Sum of RGB (Red+Green+Blue) = 150+91+250=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #965BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965BFA is #69A405. Grayscale: #7E7E7E. Windows color (decimal): -6923270 or 16407446. OLE color: 16407446.
HSL color Cylindrical-coordinate representation of color #965BFA: hue angle of 262.26º 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 #965BFA is Cyan = 0.4, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 91 | 250 | - |
| CMYK | 0.4 | 0.64 | 0 | 0.02 |
| HSL | 262.26º | 0.94% | 0.67% | - |
| HSV(B) | 262.26º | 0.64% | 0.98% | - |
| XYZ | 33.57 | 20.87 | 92.7 | - |
| YUV | 126.77 | 197.55 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 91 | 250 | 0.4 | 0.64 | 0 | 0.02 | 262.26 | 0.94 | 0.67 |
| Hex | 96 | 5B | FA | 28 | 40 | 0 | 2 | 106 | 5E | 43 |
| Octal | 226 | 133 | 372 | 50 | 100 | 0 | 2 | 406 | 136 | 103 |
| Binary | 10010110 | 1011011 | 11111010 | 101000 | 1000000 | 0 | 10 | 100000110 | 1011110 | 1000011 |
Color Harmonies of #965BFA
Complementary color
Monochromatic Colors of #965BFA
Black with #965BFA
Text Example
Text Example
White with #965BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965BFA; }
p { color: rgb(150,91,250); }
H1.HeaderClassName
{
color: #965BFA;
}
.AnyTagClassName
{
color: #965BFA;
}
</style>
background-color css
<style>
a { background-color: #965BFA; }
a { background-color: rgb(150,91,250); }
div.DivClassName
{
background-color: #965BFA;
}
.BgClassName
{
background-color: #965BFA;
}
</style>
border-color css
<style>
span { border-color: #965BFA; }
span { border-color: rgb(150,91,250); }
td.TdClassName
{
border-color: #965BFA;
}
.TagClassName
{
border-color: #965BFA;
}
</style>