Shades of Light Slate Blue #956DFB
Tints of Light Slate Blue #956DFB
RGB
CMYK
RGB Variations
Color information
#956DFB (or 0x956DFB) is known color: Light Slate Blue. HEX triplet: 95, 6D and FB. RGB value is (149,109,251). Sum of RGB (Red+Green+Blue) = 149+109+251=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #956DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956DFB is #6A9204. Grayscale: #888888. Windows color (decimal): -6984197 or 16477589. OLE color: 16477589.
HSL color Cylindrical-coordinate representation of color #956DFB: hue angle of 256.9º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #956DFB is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 109 | 251 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.02 |
| HSL | 256.9º | 0.95% | 0.71% | - |
| HSV(B) | 256.9º | 0.57% | 0.98% | - |
| XYZ | 35.28 | 24.29 | 94.1 | - |
| YUV | 137.15 | 192.25 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 251 | 0.41 | 0.57 | 0 | 0.02 | 256.9 | 0.95 | 0.71 |
| Hex | 95 | 6D | FB | 29 | 39 | 0 | 2 | 101 | 5F | 47 |
| Octal | 225 | 155 | 373 | 51 | 71 | 0 | 2 | 401 | 137 | 107 |
| Binary | 10010101 | 1101101 | 11111011 | 101001 | 111001 | 0 | 10 | 100000001 | 1011111 | 1000111 |
Color Harmonies of #956DFB
Complementary color
Monochromatic Colors of #956DFB
Black with #956DFB
Text Example
Text Example
White with #956DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956DFB; }
p { color: rgb(149,109,251); }
H1.HeaderClassName
{
color: #956DFB;
}
.AnyTagClassName
{
color: #956DFB;
}
</style>
background-color css
<style>
a { background-color: #956DFB; }
a { background-color: rgb(149,109,251); }
div.DivClassName
{
background-color: #956DFB;
}
.BgClassName
{
background-color: #956DFB;
}
</style>
border-color css
<style>
span { border-color: #956DFB; }
span { border-color: rgb(149,109,251); }
td.TdClassName
{
border-color: #956DFB;
}
.TagClassName
{
border-color: #956DFB;
}
</style>