Shades of Light Slate Blue #967DFB
Tints of Light Slate Blue #967DFB
RGB
CMYK
RGB Variations
Color information
#967DFB (or 0x967DFB) is known color: Light Slate Blue. HEX triplet: 96, 7D and FB. RGB value is (150,125,251). Sum of RGB (Red+Green+Blue) = 150+125+251=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #967DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967DFB is #698204. Grayscale: #929292. Windows color (decimal): -6914565 or 16481686. OLE color: 16481686.
HSL color Cylindrical-coordinate representation of color #967DFB: hue angle of 251.9º 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 #967DFB is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 125 | 251 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.02 |
| HSL | 251.9º | 0.94% | 0.74% | - |
| HSV(B) | 251.9º | 0.5% | 0.98% | - |
| XYZ | 37.32 | 28.12 | 94.73 | - |
| YUV | 146.84 | 186.78 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 251 | 0.40 | 0.50 | 0 | 0.02 | 251.9 | 0.94 | 0.74 |
| Hex | 96 | 7D | FB | 28 | 32 | 0 | 2 | FC | 5E | 4A |
| Octal | 226 | 175 | 373 | 50 | 62 | 0 | 2 | 374 | 136 | 112 |
| Binary | 10010110 | 1111101 | 11111011 | 101000 | 110010 | 0 | 10 | 11111100 | 1011110 | 1001010 |
Color Harmonies of #967DFB
Complementary color
Monochromatic Colors of #967DFB
Black with #967DFB
Text Example
Text Example
White with #967DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967DFB; }
p { color: rgb(150,125,251); }
H1.HeaderClassName
{
color: #967DFB;
}
.AnyTagClassName
{
color: #967DFB;
}
</style>
background-color css
<style>
a { background-color: #967DFB; }
a { background-color: rgb(150,125,251); }
div.DivClassName
{
background-color: #967DFB;
}
.BgClassName
{
background-color: #967DFB;
}
</style>
border-color css
<style>
span { border-color: #967DFB; }
span { border-color: rgb(150,125,251); }
td.TdClassName
{
border-color: #967DFB;
}
.TagClassName
{
border-color: #967DFB;
}
</style>