Shades of Light Slate Blue #956DFE
Tints of Light Slate Blue #956DFE
RGB
CMYK
RGB Variations
Color information
#956DFE (or 0x956DFE) is known color: Light Slate Blue. HEX triplet: 95, 6D and FE. RGB value is (149,109,254). Sum of RGB (Red+Green+Blue) = 149+109+254=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #956DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956DFE is #6A9201. Grayscale: #888888. Windows color (decimal): -6984194 or 16674197. OLE color: 16674197.
HSL color Cylindrical-coordinate representation of color #956DFE: hue angle of 256.55º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #956DFE is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 109 | 254 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.00 |
| HSL | 256.55º | 0.99% | 0.71% | - |
| HSV(B) | 256.55º | 0.57% | 1% | - |
| XYZ | 35.75 | 24.48 | 96.61 | - |
| YUV | 137.49 | 193.75 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 254 | 0.41 | 0.57 | 0 | 0.00 | 256.55 | 0.99 | 0.71 |
| Hex | 95 | 6D | FE | 29 | 39 | 0 | 0 | 101 | 63 | 47 |
| Octal | 225 | 155 | 376 | 51 | 71 | 0 | 0 | 401 | 143 | 107 |
| Binary | 10010101 | 1101101 | 11111110 | 101001 | 111001 | 0 | 0 | 100000001 | 1100011 | 1000111 |
Color Harmonies of #956DFE
Complementary color
Monochromatic Colors of #956DFE
Black with #956DFE
Text Example
Text Example
White with #956DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956DFE; }
p { color: rgb(149,109,254); }
H1.HeaderClassName
{
color: #956DFE;
}
.AnyTagClassName
{
color: #956DFE;
}
</style>
background-color css
<style>
a { background-color: #956DFE; }
a { background-color: rgb(149,109,254); }
div.DivClassName
{
background-color: #956DFE;
}
.BgClassName
{
background-color: #956DFE;
}
</style>
border-color css
<style>
span { border-color: #956DFE; }
span { border-color: rgb(149,109,254); }
td.TdClassName
{
border-color: #956DFE;
}
.TagClassName
{
border-color: #956DFE;
}
</style>