Shades of Light Slate Blue #968DFF
Tints of Light Slate Blue #968DFF
RGB
CMYK
RGB Variations
Color information
#968DFF (or 0x968DFF) is known color: Light Slate Blue. HEX triplet: 96, 8D and FF. RGB value is (150,141,255). Sum of RGB (Red+Green+Blue) = 150+141+255=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #968DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968DFF is #697200. Grayscale: #9C9C9C. Windows color (decimal): -6910465 or 16747926. OLE color: 16747926.
HSL color Cylindrical-coordinate representation of color #968DFF: hue angle of 244.74º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #968DFF is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 141 | 255 | - |
| CMYK | 0.41 | 0.45 | 0 | 0 |
| HSL | 244.74º | 1% | 0.78% | - |
| HSV(B) | 244.74º | 0.45% | 1% | - |
| XYZ | 40.15 | 32.75 | 98.81 | - |
| YUV | 156.69 | 183.48 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 255 | 0.41 | 0.45 | 0 | 0 | 244.74 | 1 | 0.78 |
| Hex | 96 | 8D | FF | 29 | 2D | 0 | 0 | F5 | 64 | 4E |
| Octal | 226 | 215 | 377 | 51 | 55 | 0 | 0 | 365 | 144 | 116 |
| Binary | 10010110 | 10001101 | 11111111 | 101001 | 101101 | 0 | 0 | 11110101 | 1100100 | 1001110 |
Color Harmonies of #968DFF
Complementary color
Monochromatic Colors of #968DFF
Black with #968DFF
Text Example
Text Example
White with #968DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968DFF; }
p { color: rgb(150,141,255); }
H1.HeaderClassName
{
color: #968DFF;
}
.AnyTagClassName
{
color: #968DFF;
}
</style>
background-color css
<style>
a { background-color: #968DFF; }
a { background-color: rgb(150,141,255); }
div.DivClassName
{
background-color: #968DFF;
}
.BgClassName
{
background-color: #968DFF;
}
</style>
border-color css
<style>
span { border-color: #968DFF; }
span { border-color: rgb(150,141,255); }
td.TdClassName
{
border-color: #968DFF;
}
.TagClassName
{
border-color: #968DFF;
}
</style>