Shades of Light Slate Blue #956DFC
Tints of Light Slate Blue #956DFC
RGB
CMYK
RGB Variations
Color information
#956DFC (or 0x956DFC) is known color: Light Slate Blue. HEX triplet: 95, 6D and FC. RGB value is (149,109,252). Sum of RGB (Red+Green+Blue) = 149+109+252=510 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.22% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #956DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956DFC is #6A9203. Grayscale: #888888. Windows color (decimal): -6984196 or 16543125. OLE color: 16543125.
HSL color Cylindrical-coordinate representation of color #956DFC: hue angle of 256.78º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #956DFC is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 109 | 252 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.01 |
| HSL | 256.78º | 0.96% | 0.71% | - |
| HSV(B) | 256.78º | 0.57% | 0.99% | - |
| XYZ | 35.43 | 24.36 | 94.93 | - |
| YUV | 137.26 | 192.75 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 252 | 0.41 | 0.57 | 0 | 0.01 | 256.78 | 0.96 | 0.71 |
| Hex | 95 | 6D | FC | 29 | 39 | 0 | 1 | 101 | 60 | 47 |
| Octal | 225 | 155 | 374 | 51 | 71 | 0 | 1 | 401 | 140 | 107 |
| Binary | 10010101 | 1101101 | 11111100 | 101001 | 111001 | 0 | 1 | 100000001 | 1100000 | 1000111 |
Color Harmonies of #956DFC
Complementary color
Monochromatic Colors of #956DFC
Black with #956DFC
Text Example
Text Example
White with #956DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956DFC; }
p { color: rgb(149,109,252); }
H1.HeaderClassName
{
color: #956DFC;
}
.AnyTagClassName
{
color: #956DFC;
}
</style>
background-color css
<style>
a { background-color: #956DFC; }
a { background-color: rgb(149,109,252); }
div.DivClassName
{
background-color: #956DFC;
}
.BgClassName
{
background-color: #956DFC;
}
</style>
border-color css
<style>
span { border-color: #956DFC; }
span { border-color: rgb(149,109,252); }
td.TdClassName
{
border-color: #956DFC;
}
.TagClassName
{
border-color: #956DFC;
}
</style>