Shades of Light Slate Blue #955DF9
Tints of Light Slate Blue #955DF9
RGB
CMYK
RGB Variations
Color information
#955DF9 (or 0x955DF9) is known color: Light Slate Blue. HEX triplet: 95, 5D and F9. RGB value is (149,93,249). Sum of RGB (Red+Green+Blue) = 149+93+249=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #955DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955DF9 is #6AA206. Grayscale: #7E7E7E. Windows color (decimal): -6988295 or 16342421. OLE color: 16342421.
HSL color Cylindrical-coordinate representation of color #955DF9: hue angle of 261.54º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #955DF9 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 93 | 249 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.02 |
| HSL | 261.54º | 0.93% | 0.67% | - |
| HSV(B) | 261.54º | 0.63% | 0.98% | - |
| XYZ | 33.41 | 21.06 | 91.93 | - |
| YUV | 127.53 | 196.55 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 249 | 0.40 | 0.63 | 0 | 0.02 | 261.54 | 0.93 | 0.67 |
| Hex | 95 | 5D | F9 | 28 | 3F | 0 | 2 | 106 | 5D | 43 |
| Octal | 225 | 135 | 371 | 50 | 77 | 0 | 2 | 406 | 135 | 103 |
| Binary | 10010101 | 1011101 | 11111001 | 101000 | 111111 | 0 | 10 | 100000110 | 1011101 | 1000011 |
Color Harmonies of #955DF9
Complementary color
Monochromatic Colors of #955DF9
Black with #955DF9
Text Example
Text Example
White with #955DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DF9; }
p { color: rgb(149,93,249); }
H1.HeaderClassName
{
color: #955DF9;
}
.AnyTagClassName
{
color: #955DF9;
}
</style>
background-color css
<style>
a { background-color: #955DF9; }
a { background-color: rgb(149,93,249); }
div.DivClassName
{
background-color: #955DF9;
}
.BgClassName
{
background-color: #955DF9;
}
</style>
border-color css
<style>
span { border-color: #955DF9; }
span { border-color: rgb(149,93,249); }
td.TdClassName
{
border-color: #955DF9;
}
.TagClassName
{
border-color: #955DF9;
}
</style>