Shades of Light Slate Blue #958DFF
Tints of Light Slate Blue #958DFF
RGB
CMYK
RGB Variations
Color information
#958DFF (or 0x958DFF) is known color: Light Slate Blue. HEX triplet: 95, 8D and FF. RGB value is (149,141,255). Sum of RGB (Red+Green+Blue) = 149+141+255=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #958DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958DFF is #6A7200. Grayscale: #9B9B9B. Windows color (decimal): -6976001 or 16747925. OLE color: 16747925.
HSL color Cylindrical-coordinate representation of color #958DFF: hue angle of 244.21º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #958DFF is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 141 | 255 | - |
| CMYK | 0.42 | 0.45 | 0 | 0 |
| HSL | 244.21º | 1% | 0.78% | - |
| HSV(B) | 244.21º | 0.45% | 1% | - |
| XYZ | 39.97 | 32.66 | 98.81 | - |
| YUV | 156.39 | 183.65 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 255 | 0.42 | 0.45 | 0 | 0 | 244.21 | 1 | 0.78 |
| Hex | 95 | 8D | FF | 2A | 2D | 0 | 0 | F4 | 64 | 4E |
| Octal | 225 | 215 | 377 | 52 | 55 | 0 | 0 | 364 | 144 | 116 |
| Binary | 10010101 | 10001101 | 11111111 | 101010 | 101101 | 0 | 0 | 11110100 | 1100100 | 1001110 |
Color Harmonies of #958DFF
Complementary color
Monochromatic Colors of #958DFF
Black with #958DFF
Text Example
Text Example
White with #958DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958DFF; }
p { color: rgb(149,141,255); }
H1.HeaderClassName
{
color: #958DFF;
}
.AnyTagClassName
{
color: #958DFF;
}
</style>
background-color css
<style>
a { background-color: #958DFF; }
a { background-color: rgb(149,141,255); }
div.DivClassName
{
background-color: #958DFF;
}
.BgClassName
{
background-color: #958DFF;
}
</style>
border-color css
<style>
span { border-color: #958DFF; }
span { border-color: rgb(149,141,255); }
td.TdClassName
{
border-color: #958DFF;
}
.TagClassName
{
border-color: #958DFF;
}
</style>