Shades of Light Slate Blue #955DF8
Tints of Light Slate Blue #955DF8
RGB
CMYK
RGB Variations
Color information
#955DF8 (or 0x955DF8) is known color: Light Slate Blue. HEX triplet: 95, 5D and F8. RGB value is (149,93,248). Sum of RGB (Red+Green+Blue) = 149+93+248=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #955DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955DF8 is #6AA207. Grayscale: #7E7E7E. Windows color (decimal): -6988296 or 16276885. OLE color: 16276885.
HSL color Cylindrical-coordinate representation of color #955DF8: hue angle of 261.68º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955DF8 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 93 | 248 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.03 |
| HSL | 261.68º | 0.92% | 0.67% | - |
| HSV(B) | 261.68º | 0.63% | 0.97% | - |
| XYZ | 33.25 | 21 | 91.11 | - |
| YUV | 127.41 | 196.05 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 248 | 0.40 | 0.62 | 0 | 0.03 | 261.68 | 0.92 | 0.67 |
| Hex | 95 | 5D | F8 | 28 | 3E | 0 | 3 | 106 | 5C | 43 |
| Octal | 225 | 135 | 370 | 50 | 76 | 0 | 3 | 406 | 134 | 103 |
| Binary | 10010101 | 1011101 | 11111000 | 101000 | 111110 | 0 | 11 | 100000110 | 1011100 | 1000011 |
Color Harmonies of #955DF8
Complementary color
Monochromatic Colors of #955DF8
Black with #955DF8
Text Example
Text Example
White with #955DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DF8; }
p { color: rgb(149,93,248); }
H1.HeaderClassName
{
color: #955DF8;
}
.AnyTagClassName
{
color: #955DF8;
}
</style>
background-color css
<style>
a { background-color: #955DF8; }
a { background-color: rgb(149,93,248); }
div.DivClassName
{
background-color: #955DF8;
}
.BgClassName
{
background-color: #955DF8;
}
</style>
border-color css
<style>
span { border-color: #955DF8; }
span { border-color: rgb(149,93,248); }
td.TdClassName
{
border-color: #955DF8;
}
.TagClassName
{
border-color: #955DF8;
}
</style>