Shades of Light Slate Blue #968CFF
Tints of Light Slate Blue #968CFF
RGB
CMYK
RGB Variations
Color information
#968CFF (or 0x968CFF) is known color: Light Slate Blue. HEX triplet: 96, 8C and FF. RGB value is (150,140,255). Sum of RGB (Red+Green+Blue) = 150+140+255=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #968CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968CFF is #697300. Grayscale: #9B9B9B. Windows color (decimal): -6910721 or 16747670. OLE color: 16747670.
HSL color Cylindrical-coordinate representation of color #968CFF: hue angle of 245.22º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #968CFF is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 140 | 255 | - |
| CMYK | 0.41 | 0.45 | 0 | 0 |
| HSL | 245.22º | 1% | 0.77% | - |
| HSV(B) | 245.22º | 0.45% | 1% | - |
| XYZ | 40.01 | 32.46 | 98.76 | - |
| YUV | 156.1 | 183.81 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 255 | 0.41 | 0.45 | 0 | 0 | 245.22 | 1 | 0.77 |
| Hex | 96 | 8C | FF | 29 | 2D | 0 | 0 | F5 | 64 | 4D |
| Octal | 226 | 214 | 377 | 51 | 55 | 0 | 0 | 365 | 144 | 115 |
| Binary | 10010110 | 10001100 | 11111111 | 101001 | 101101 | 0 | 0 | 11110101 | 1100100 | 1001101 |
Color Harmonies of #968CFF
Complementary color
Monochromatic Colors of #968CFF
Black with #968CFF
Text Example
Text Example
White with #968CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968CFF; }
p { color: rgb(150,140,255); }
H1.HeaderClassName
{
color: #968CFF;
}
.AnyTagClassName
{
color: #968CFF;
}
</style>
background-color css
<style>
a { background-color: #968CFF; }
a { background-color: rgb(150,140,255); }
div.DivClassName
{
background-color: #968CFF;
}
.BgClassName
{
background-color: #968CFF;
}
</style>
border-color css
<style>
span { border-color: #968CFF; }
span { border-color: rgb(150,140,255); }
td.TdClassName
{
border-color: #968CFF;
}
.TagClassName
{
border-color: #968CFF;
}
</style>