Shades of Light Slate Blue #966AF5
Tints of Light Slate Blue #966AF5
RGB
CMYK
RGB Variations
Color information
#966AF5 (or 0x966AF5) is known color: Light Slate Blue. HEX triplet: 96, 6A and F5. RGB value is (150,106,245). Sum of RGB (Red+Green+Blue) = 150+106+245=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 245 (96.09% from 255 or 48.90% from 501); Max value from RGB is 245 - color contains mainly: blue. Hex color #966AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966AF5 is #69950A. Grayscale: #868686. Windows color (decimal): -6919435 or 16083606. OLE color: 16083606.
HSL color Cylindrical-coordinate representation of color #966AF5: hue angle of 258.99º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #966AF5 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 106 | 245 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.04 |
| HSL | 258.99º | 0.87% | 0.69% | - |
| HSV(B) | 258.99º | 0.57% | 0.96% | - |
| XYZ | 34.21 | 23.38 | 89.1 | - |
| YUV | 135 | 190.08 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 245 | 0.39 | 0.57 | 0 | 0.04 | 258.99 | 0.87 | 0.69 |
| Hex | 96 | 6A | F5 | 27 | 39 | 0 | 4 | 103 | 57 | 45 |
| Octal | 226 | 152 | 365 | 47 | 71 | 0 | 4 | 403 | 127 | 105 |
| Binary | 10010110 | 1101010 | 11110101 | 100111 | 111001 | 0 | 100 | 100000011 | 1010111 | 1000101 |
Color Harmonies of #966AF5
Complementary color
Monochromatic Colors of #966AF5
Black with #966AF5
Text Example
Text Example
White with #966AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966AF5; }
p { color: rgb(150,106,245); }
H1.HeaderClassName
{
color: #966AF5;
}
.AnyTagClassName
{
color: #966AF5;
}
</style>
background-color css
<style>
a { background-color: #966AF5; }
a { background-color: rgb(150,106,245); }
div.DivClassName
{
background-color: #966AF5;
}
.BgClassName
{
background-color: #966AF5;
}
</style>
border-color css
<style>
span { border-color: #966AF5; }
span { border-color: rgb(150,106,245); }
td.TdClassName
{
border-color: #966AF5;
}
.TagClassName
{
border-color: #966AF5;
}
</style>