Shades of Light Slate Blue #964FFF
Tints of Light Slate Blue #964FFF
RGB
CMYK
RGB Variations
Color information
#964FFF (or 0x964FFF) is known color: Light Slate Blue. HEX triplet: 96, 4F and FF. RGB value is (150,79,255). Sum of RGB (Red+Green+Blue) = 150+79+255=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #964FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #964FFF is #69B000. Grayscale: #777777. Windows color (decimal): -6926337 or 16732054. OLE color: 16732054.
HSL color Cylindrical-coordinate representation of color #964FFF: hue angle of 264.2º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #964FFF is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 79 | 255 | - |
| CMYK | 0.41 | 0.69 | 0 | 0 |
| HSL | 264.2º | 1% | 0.65% | - |
| HSV(B) | 264.2º | 0.69% | 1% | - |
| XYZ | 33.42 | 19.3 | 96.57 | - |
| YUV | 120.29 | 204.02 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 79 | 255 | 0.41 | 0.69 | 0 | 0 | 264.2 | 1 | 0.65 |
| Hex | 96 | 4F | FF | 29 | 45 | 0 | 0 | 108 | 64 | 41 |
| Octal | 226 | 117 | 377 | 51 | 105 | 0 | 0 | 410 | 144 | 101 |
| Binary | 10010110 | 1001111 | 11111111 | 101001 | 1000101 | 0 | 0 | 100001000 | 1100100 | 1000001 |
Color Harmonies of #964FFF
Complementary color
Monochromatic Colors of #964FFF
Black with #964FFF
Text Example
Text Example
White with #964FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964FFF; }
p { color: rgb(150,79,255); }
H1.HeaderClassName
{
color: #964FFF;
}
.AnyTagClassName
{
color: #964FFF;
}
</style>
background-color css
<style>
a { background-color: #964FFF; }
a { background-color: rgb(150,79,255); }
div.DivClassName
{
background-color: #964FFF;
}
.BgClassName
{
background-color: #964FFF;
}
</style>
border-color css
<style>
span { border-color: #964FFF; }
span { border-color: rgb(150,79,255); }
td.TdClassName
{
border-color: #964FFF;
}
.TagClassName
{
border-color: #964FFF;
}
</style>