Shades of Light Slate Blue #955DFC
Tints of Light Slate Blue #955DFC
RGB
CMYK
RGB Variations
Color information
#955DFC (or 0x955DFC) is known color: Light Slate Blue. HEX triplet: 95, 5D and FC. RGB value is (149,93,252). Sum of RGB (Red+Green+Blue) = 149+93+252=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #955DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955DFC is #6AA203. Grayscale: #7F7F7F. Windows color (decimal): -6988292 or 16539029. OLE color: 16539029.
HSL color Cylindrical-coordinate representation of color #955DFC: hue angle of 261.13º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #955DFC is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 93 | 252 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.01 |
| HSL | 261.13º | 0.96% | 0.68% | - |
| HSV(B) | 261.13º | 0.63% | 0.99% | - |
| XYZ | 33.88 | 21.25 | 94.41 | - |
| YUV | 127.87 | 198.05 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 252 | 0.41 | 0.63 | 0 | 0.01 | 261.13 | 0.96 | 0.68 |
| Hex | 95 | 5D | FC | 29 | 3F | 0 | 1 | 105 | 60 | 44 |
| Octal | 225 | 135 | 374 | 51 | 77 | 0 | 1 | 405 | 140 | 104 |
| Binary | 10010101 | 1011101 | 11111100 | 101001 | 111111 | 0 | 1 | 100000101 | 1100000 | 1000100 |
Color Harmonies of #955DFC
Complementary color
Monochromatic Colors of #955DFC
Black with #955DFC
Text Example
Text Example
White with #955DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DFC; }
p { color: rgb(149,93,252); }
H1.HeaderClassName
{
color: #955DFC;
}
.AnyTagClassName
{
color: #955DFC;
}
</style>
background-color css
<style>
a { background-color: #955DFC; }
a { background-color: rgb(149,93,252); }
div.DivClassName
{
background-color: #955DFC;
}
.BgClassName
{
background-color: #955DFC;
}
</style>
border-color css
<style>
span { border-color: #955DFC; }
span { border-color: rgb(149,93,252); }
td.TdClassName
{
border-color: #955DFC;
}
.TagClassName
{
border-color: #955DFC;
}
</style>