Shades of Light Slate Blue #966FFA
Tints of Light Slate Blue #966FFA
RGB
CMYK
RGB Variations
Color information
#966FFA (or 0x966FFA) is known color: Light Slate Blue. HEX triplet: 96, 6F and FA. RGB value is (150,111,250). Sum of RGB (Red+Green+Blue) = 150+111+250=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #966FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966FFA is #699005. Grayscale: #898989. Windows color (decimal): -6918150 or 16412566. OLE color: 16412566.
HSL color Cylindrical-coordinate representation of color #966FFA: hue angle of 256.83º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #966FFA is Cyan = 0.4, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 111 | 250 | - |
| CMYK | 0.4 | 0.56 | 0 | 0.02 |
| HSL | 256.83º | 0.93% | 0.71% | - |
| HSV(B) | 256.83º | 0.56% | 0.98% | - |
| XYZ | 35.52 | 24.76 | 93.35 | - |
| YUV | 138.51 | 190.92 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 250 | 0.4 | 0.56 | 0 | 0.02 | 256.83 | 0.93 | 0.71 |
| Hex | 96 | 6F | FA | 28 | 38 | 0 | 2 | 101 | 5D | 47 |
| Octal | 226 | 157 | 372 | 50 | 70 | 0 | 2 | 401 | 135 | 107 |
| Binary | 10010110 | 1101111 | 11111010 | 101000 | 111000 | 0 | 10 | 100000001 | 1011101 | 1000111 |
Color Harmonies of #966FFA
Complementary color
Monochromatic Colors of #966FFA
Black with #966FFA
Text Example
Text Example
White with #966FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966FFA; }
p { color: rgb(150,111,250); }
H1.HeaderClassName
{
color: #966FFA;
}
.AnyTagClassName
{
color: #966FFA;
}
</style>
background-color css
<style>
a { background-color: #966FFA; }
a { background-color: rgb(150,111,250); }
div.DivClassName
{
background-color: #966FFA;
}
.BgClassName
{
background-color: #966FFA;
}
</style>
border-color css
<style>
span { border-color: #966FFA; }
span { border-color: rgb(150,111,250); }
td.TdClassName
{
border-color: #966FFA;
}
.TagClassName
{
border-color: #966FFA;
}
</style>