Shades of Light Slate Blue #956DFF
Tints of Light Slate Blue #956DFF
RGB
CMYK
RGB Variations
Color information
#956DFF (or 0x956DFF) is known color: Light Slate Blue. HEX triplet: 95, 6D and FF. RGB value is (149,109,255). Sum of RGB (Red+Green+Blue) = 149+109+255=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 109 (42.97% from 255 or 21.25% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #956DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956DFF is #6A9200. Grayscale: #898989. Windows color (decimal): -6984193 or 16739733. OLE color: 16739733.
HSL color Cylindrical-coordinate representation of color #956DFF: hue angle of 256.44º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #956DFF is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 109 | 255 | - |
| CMYK | 0.42 | 0.57 | 0 | 0 |
| HSL | 256.44º | 1% | 0.71% | - |
| HSV(B) | 256.44º | 0.57% | 1% | - |
| XYZ | 35.91 | 24.55 | 97.45 | - |
| YUV | 137.6 | 194.25 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 255 | 0.42 | 0.57 | 0 | 0 | 256.44 | 1 | 0.71 |
| Hex | 95 | 6D | FF | 2A | 39 | 0 | 0 | 100 | 64 | 47 |
| Octal | 225 | 155 | 377 | 52 | 71 | 0 | 0 | 400 | 144 | 107 |
| Binary | 10010101 | 1101101 | 11111111 | 101010 | 111001 | 0 | 0 | 100000000 | 1100100 | 1000111 |
Color Harmonies of #956DFF
Complementary color
Monochromatic Colors of #956DFF
Black with #956DFF
Text Example
Text Example
White with #956DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956DFF; }
p { color: rgb(149,109,255); }
H1.HeaderClassName
{
color: #956DFF;
}
.AnyTagClassName
{
color: #956DFF;
}
</style>
background-color css
<style>
a { background-color: #956DFF; }
a { background-color: rgb(149,109,255); }
div.DivClassName
{
background-color: #956DFF;
}
.BgClassName
{
background-color: #956DFF;
}
</style>
border-color css
<style>
span { border-color: #956DFF; }
span { border-color: rgb(149,109,255); }
td.TdClassName
{
border-color: #956DFF;
}
.TagClassName
{
border-color: #956DFF;
}
</style>