Shades of Light Slate Blue #966DFB
Tints of Light Slate Blue #966DFB
RGB
CMYK
RGB Variations
Color information
#966DFB (or 0x966DFB) is known color: Light Slate Blue. HEX triplet: 96, 6D and FB. RGB value is (150,109,251). Sum of RGB (Red+Green+Blue) = 150+109+251=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #966DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966DFB is #699204. Grayscale: #888888. Windows color (decimal): -6918661 or 16477590. OLE color: 16477590.
HSL color Cylindrical-coordinate representation of color #966DFB: hue angle of 257.32º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #966DFB is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 109 | 251 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.02 |
| HSL | 257.32º | 0.95% | 0.71% | - |
| HSV(B) | 257.32º | 0.57% | 0.98% | - |
| XYZ | 35.46 | 24.39 | 94.1 | - |
| YUV | 137.45 | 192.08 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 251 | 0.40 | 0.57 | 0 | 0.02 | 257.32 | 0.95 | 0.71 |
| Hex | 96 | 6D | FB | 28 | 39 | 0 | 2 | 101 | 5F | 47 |
| Octal | 226 | 155 | 373 | 50 | 71 | 0 | 2 | 401 | 137 | 107 |
| Binary | 10010110 | 1101101 | 11111011 | 101000 | 111001 | 0 | 10 | 100000001 | 1011111 | 1000111 |
Color Harmonies of #966DFB
Complementary color
Monochromatic Colors of #966DFB
Black with #966DFB
Text Example
Text Example
White with #966DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DFB; }
p { color: rgb(150,109,251); }
H1.HeaderClassName
{
color: #966DFB;
}
.AnyTagClassName
{
color: #966DFB;
}
</style>
background-color css
<style>
a { background-color: #966DFB; }
a { background-color: rgb(150,109,251); }
div.DivClassName
{
background-color: #966DFB;
}
.BgClassName
{
background-color: #966DFB;
}
</style>
border-color css
<style>
span { border-color: #966DFB; }
span { border-color: rgb(150,109,251); }
td.TdClassName
{
border-color: #966DFB;
}
.TagClassName
{
border-color: #966DFB;
}
</style>