Shades of Light Slate Blue #968EFB
Tints of Light Slate Blue #968EFB
RGB
CMYK
RGB Variations
Color information
#968EFB (or 0x968EFB) is known color: Light Slate Blue. HEX triplet: 96, 8E and FB. RGB value is (150,142,251). Sum of RGB (Red+Green+Blue) = 150+142+251=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #968EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #968EFB is #697104. Grayscale: #9C9C9C. Windows color (decimal): -6910213 or 16486038. OLE color: 16486038.
HSL color Cylindrical-coordinate representation of color #968EFB: hue angle of 244.4º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #968EFB is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 142 | 251 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.02 |
| HSL | 244.4º | 0.93% | 0.77% | - |
| HSV(B) | 244.4º | 0.43% | 0.98% | - |
| XYZ | 39.66 | 32.8 | 95.51 | - |
| YUV | 156.82 | 181.15 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 251 | 0.40 | 0.43 | 0 | 0.02 | 244.4 | 0.93 | 0.77 |
| Hex | 96 | 8E | FB | 28 | 2B | 0 | 2 | F4 | 5D | 4D |
| Octal | 226 | 216 | 373 | 50 | 53 | 0 | 2 | 364 | 135 | 115 |
| Binary | 10010110 | 10001110 | 11111011 | 101000 | 101011 | 0 | 10 | 11110100 | 1011101 | 1001101 |
Color Harmonies of #968EFB
Complementary color
Monochromatic Colors of #968EFB
Black with #968EFB
Text Example
Text Example
White with #968EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968EFB; }
p { color: rgb(150,142,251); }
H1.HeaderClassName
{
color: #968EFB;
}
.AnyTagClassName
{
color: #968EFB;
}
</style>
background-color css
<style>
a { background-color: #968EFB; }
a { background-color: rgb(150,142,251); }
div.DivClassName
{
background-color: #968EFB;
}
.BgClassName
{
background-color: #968EFB;
}
</style>
border-color css
<style>
span { border-color: #968EFB; }
span { border-color: rgb(150,142,251); }
td.TdClassName
{
border-color: #968EFB;
}
.TagClassName
{
border-color: #968EFB;
}
</style>