Shades of Light Slate Blue #966DF5
Tints of Light Slate Blue #966DF5
RGB
CMYK
RGB Variations
Color information
#966DF5 (or 0x966DF5) is known color: Light Slate Blue. HEX triplet: 96, 6D and F5. RGB value is (150,109,245). Sum of RGB (Red+Green+Blue) = 150+109+245=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #966DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966DF5 is #69920A. Grayscale: #888888. Windows color (decimal): -6918667 or 16084374. OLE color: 16084374.
HSL color Cylindrical-coordinate representation of color #966DF5: hue angle of 258.09º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #966DF5 is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 109 | 245 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.04 |
| HSL | 258.09º | 0.87% | 0.69% | - |
| HSV(B) | 258.09º | 0.56% | 0.96% | - |
| XYZ | 34.53 | 24.01 | 89.2 | - |
| YUV | 136.76 | 189.08 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 245 | 0.39 | 0.56 | 0 | 0.04 | 258.09 | 0.87 | 0.69 |
| Hex | 96 | 6D | F5 | 27 | 38 | 0 | 4 | 102 | 57 | 45 |
| Octal | 226 | 155 | 365 | 47 | 70 | 0 | 4 | 402 | 127 | 105 |
| Binary | 10010110 | 1101101 | 11110101 | 100111 | 111000 | 0 | 100 | 100000010 | 1010111 | 1000101 |
Color Harmonies of #966DF5
Complementary color
Monochromatic Colors of #966DF5
Black with #966DF5
Text Example
Text Example
White with #966DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DF5; }
p { color: rgb(150,109,245); }
H1.HeaderClassName
{
color: #966DF5;
}
.AnyTagClassName
{
color: #966DF5;
}
</style>
background-color css
<style>
a { background-color: #966DF5; }
a { background-color: rgb(150,109,245); }
div.DivClassName
{
background-color: #966DF5;
}
.BgClassName
{
background-color: #966DF5;
}
</style>
border-color css
<style>
span { border-color: #966DF5; }
span { border-color: rgb(150,109,245); }
td.TdClassName
{
border-color: #966DF5;
}
.TagClassName
{
border-color: #966DF5;
}
</style>