Shades of Light Slate Blue #966FFF
Tints of Light Slate Blue #966FFF
RGB
CMYK
RGB Variations
Color information
#966FFF (or 0x966FFF) is known color: Light Slate Blue. HEX triplet: 96, 6F and FF. RGB value is (150,111,255). Sum of RGB (Red+Green+Blue) = 150+111+255=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #966FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966FFF is #699000. Grayscale: #8A8A8A. Windows color (decimal): -6918145 or 16740246. OLE color: 16740246.
HSL color Cylindrical-coordinate representation of color #966FFF: hue angle of 256.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #966FFF is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 111 | 255 | - |
| CMYK | 0.41 | 0.56 | 0 | 0 |
| HSL | 256.25º | 1% | 0.72% | - |
| HSV(B) | 256.25º | 0.56% | 1% | - |
| XYZ | 36.31 | 25.07 | 97.53 | - |
| YUV | 139.08 | 193.42 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 255 | 0.41 | 0.56 | 0 | 0 | 256.25 | 1 | 0.72 |
| Hex | 96 | 6F | FF | 29 | 38 | 0 | 0 | 100 | 64 | 48 |
| Octal | 226 | 157 | 377 | 51 | 70 | 0 | 0 | 400 | 144 | 110 |
| Binary | 10010110 | 1101111 | 11111111 | 101001 | 111000 | 0 | 0 | 100000000 | 1100100 | 1001000 |
Color Harmonies of #966FFF
Complementary color
Monochromatic Colors of #966FFF
Black with #966FFF
Text Example
Text Example
White with #966FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FFF; }
p { color: rgb(150,111,255); }
H1.HeaderClassName
{
color: #966FFF;
}
.AnyTagClassName
{
color: #966FFF;
}
</style>
background-color css
<style>
a { background-color: #966FFF; }
a { background-color: rgb(150,111,255); }
div.DivClassName
{
background-color: #966FFF;
}
.BgClassName
{
background-color: #966FFF;
}
</style>
border-color css
<style>
span { border-color: #966FFF; }
span { border-color: rgb(150,111,255); }
td.TdClassName
{
border-color: #966FFF;
}
.TagClassName
{
border-color: #966FFF;
}
</style>