Shades of Light Slate Blue #964DFF
Tints of Light Slate Blue #964DFF
RGB
CMYK
RGB Variations
Color information
#964DFF (or 0x964DFF) is known color: Light Slate Blue. HEX triplet: 96, 4D and FF. RGB value is (150,77,255). Sum of RGB (Red+Green+Blue) = 150+77+255=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #964DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964DFF is #69B200. Grayscale: #767676. Windows color (decimal): -6926849 or 16731542. OLE color: 16731542.
HSL color Cylindrical-coordinate representation of color #964DFF: hue angle of 264.61º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #964DFF is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 77 | 255 | - |
| CMYK | 0.41 | 0.70 | 0 | 0 |
| HSL | 264.61º | 1% | 0.65% | - |
| HSV(B) | 264.61º | 0.7% | 1% | - |
| XYZ | 33.28 | 19.01 | 96.52 | - |
| YUV | 119.12 | 204.68 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 255 | 0.41 | 0.70 | 0 | 0 | 264.61 | 1 | 0.65 |
| Hex | 96 | 4D | FF | 29 | 46 | 0 | 0 | 109 | 64 | 41 |
| Octal | 226 | 115 | 377 | 51 | 106 | 0 | 0 | 411 | 144 | 101 |
| Binary | 10010110 | 1001101 | 11111111 | 101001 | 1000110 | 0 | 0 | 100001001 | 1100100 | 1000001 |
Color Harmonies of #964DFF
Complementary color
Monochromatic Colors of #964DFF
Black with #964DFF
Text Example
Text Example
White with #964DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964DFF; }
p { color: rgb(150,77,255); }
H1.HeaderClassName
{
color: #964DFF;
}
.AnyTagClassName
{
color: #964DFF;
}
</style>
background-color css
<style>
a { background-color: #964DFF; }
a { background-color: rgb(150,77,255); }
div.DivClassName
{
background-color: #964DFF;
}
.BgClassName
{
background-color: #964DFF;
}
</style>
border-color css
<style>
span { border-color: #964DFF; }
span { border-color: rgb(150,77,255); }
td.TdClassName
{
border-color: #964DFF;
}
.TagClassName
{
border-color: #964DFF;
}
</style>