Shades of Light Slate Blue #966BFF
Tints of Light Slate Blue #966BFF
RGB
CMYK
RGB Variations
Color information
#966BFF (or 0x966BFF) is known color: Light Slate Blue. HEX triplet: 96, 6B and FF. RGB value is (150,107,255). Sum of RGB (Red+Green+Blue) = 150+107+255=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #966BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966BFF is #699400. Grayscale: #888888. Windows color (decimal): -6919169 or 16739222. OLE color: 16739222.
HSL color Cylindrical-coordinate representation of color #966BFF: hue angle of 257.43º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #966BFF is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 107 | 255 | - |
| CMYK | 0.41 | 0.58 | 0 | 0 |
| HSL | 257.43º | 1% | 0.71% | - |
| HSV(B) | 257.43º | 0.58% | 1% | - |
| XYZ | 35.89 | 24.22 | 97.39 | - |
| YUV | 136.73 | 194.75 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 255 | 0.41 | 0.58 | 0 | 0 | 257.43 | 1 | 0.71 |
| Hex | 96 | 6B | FF | 29 | 3A | 0 | 0 | 101 | 64 | 47 |
| Octal | 226 | 153 | 377 | 51 | 72 | 0 | 0 | 401 | 144 | 107 |
| Binary | 10010110 | 1101011 | 11111111 | 101001 | 111010 | 0 | 0 | 100000001 | 1100100 | 1000111 |
Color Harmonies of #966BFF
Complementary color
Monochromatic Colors of #966BFF
Black with #966BFF
Text Example
Text Example
White with #966BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966BFF; }
p { color: rgb(150,107,255); }
H1.HeaderClassName
{
color: #966BFF;
}
.AnyTagClassName
{
color: #966BFF;
}
</style>
background-color css
<style>
a { background-color: #966BFF; }
a { background-color: rgb(150,107,255); }
div.DivClassName
{
background-color: #966BFF;
}
.BgClassName
{
background-color: #966BFF;
}
</style>
border-color css
<style>
span { border-color: #966BFF; }
span { border-color: rgb(150,107,255); }
td.TdClassName
{
border-color: #966BFF;
}
.TagClassName
{
border-color: #966BFF;
}
</style>