Shades of Light Slate Blue #955DFE
Tints of Light Slate Blue #955DFE
RGB
CMYK
RGB Variations
Color information
#955DFE (or 0x955DFE) is known color: Light Slate Blue. HEX triplet: 95, 5D and FE. RGB value is (149,93,254). Sum of RGB (Red+Green+Blue) = 149+93+254=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #955DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955DFE is #6AA201. Grayscale: #7F7F7F. Windows color (decimal): -6988290 or 16670101. OLE color: 16670101.
HSL color Cylindrical-coordinate representation of color #955DFE: hue angle of 260.87º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #955DFE is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 93 | 254 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.00 |
| HSL | 260.87º | 0.99% | 0.68% | - |
| HSV(B) | 260.87º | 0.63% | 1% | - |
| XYZ | 34.2 | 21.37 | 96.09 | - |
| YUV | 128.1 | 199.05 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 254 | 0.41 | 0.63 | 0 | 0.00 | 260.87 | 0.99 | 0.68 |
| Hex | 95 | 5D | FE | 29 | 3F | 0 | 0 | 105 | 63 | 44 |
| Octal | 225 | 135 | 376 | 51 | 77 | 0 | 0 | 405 | 143 | 104 |
| Binary | 10010101 | 1011101 | 11111110 | 101001 | 111111 | 0 | 0 | 100000101 | 1100011 | 1000100 |
Color Harmonies of #955DFE
Complementary color
Monochromatic Colors of #955DFE
Black with #955DFE
Text Example
Text Example
White with #955DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DFE; }
p { color: rgb(149,93,254); }
H1.HeaderClassName
{
color: #955DFE;
}
.AnyTagClassName
{
color: #955DFE;
}
</style>
background-color css
<style>
a { background-color: #955DFE; }
a { background-color: rgb(149,93,254); }
div.DivClassName
{
background-color: #955DFE;
}
.BgClassName
{
background-color: #955DFE;
}
</style>
border-color css
<style>
span { border-color: #955DFE; }
span { border-color: rgb(149,93,254); }
td.TdClassName
{
border-color: #955DFE;
}
.TagClassName
{
border-color: #955DFE;
}
</style>