Shades of Light Slate Blue #967EFB
Tints of Light Slate Blue #967EFB
RGB
CMYK
RGB Variations
Color information
#967EFB (or 0x967EFB) is known color: Light Slate Blue. HEX triplet: 96, 7E and FB. RGB value is (150,126,251). Sum of RGB (Red+Green+Blue) = 150+126+251=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #967EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967EFB is #698104. Grayscale: #929292. Windows color (decimal): -6914309 or 16481942. OLE color: 16481942.
HSL color Cylindrical-coordinate representation of color #967EFB: hue angle of 251.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #967EFB is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 126 | 251 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.02 |
| HSL | 251.52º | 0.94% | 0.74% | - |
| HSV(B) | 251.52º | 0.5% | 0.98% | - |
| XYZ | 37.45 | 28.37 | 94.77 | - |
| YUV | 147.43 | 186.45 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 251 | 0.40 | 0.50 | 0 | 0.02 | 251.52 | 0.94 | 0.74 |
| Hex | 96 | 7E | FB | 28 | 32 | 0 | 2 | FC | 5E | 4A |
| Octal | 226 | 176 | 373 | 50 | 62 | 0 | 2 | 374 | 136 | 112 |
| Binary | 10010110 | 1111110 | 11111011 | 101000 | 110010 | 0 | 10 | 11111100 | 1011110 | 1001010 |
Color Harmonies of #967EFB
Complementary color
Monochromatic Colors of #967EFB
Black with #967EFB
Text Example
Text Example
White with #967EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967EFB; }
p { color: rgb(150,126,251); }
H1.HeaderClassName
{
color: #967EFB;
}
.AnyTagClassName
{
color: #967EFB;
}
</style>
background-color css
<style>
a { background-color: #967EFB; }
a { background-color: rgb(150,126,251); }
div.DivClassName
{
background-color: #967EFB;
}
.BgClassName
{
background-color: #967EFB;
}
</style>
border-color css
<style>
span { border-color: #967EFB; }
span { border-color: rgb(150,126,251); }
td.TdClassName
{
border-color: #967EFB;
}
.TagClassName
{
border-color: #967EFB;
}
</style>