Shades of Light Slate Blue #955FFF
Tints of Light Slate Blue #955FFF
RGB
CMYK
RGB Variations
Color information
#955FFF (or 0x955FFF) is known color: Light Slate Blue. HEX triplet: 95, 5F and FF. RGB value is (149,95,255). Sum of RGB (Red+Green+Blue) = 149+95+255=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #955FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955FFF is #6AA000. Grayscale: #808080. Windows color (decimal): -6987777 or 16736149. OLE color: 16736149.
HSL color Cylindrical-coordinate representation of color #955FFF: hue angle of 260.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #955FFF is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 95 | 255 | - |
| CMYK | 0.42 | 0.63 | 0 | 0 |
| HSL | 260.25º | 1% | 0.69% | - |
| HSV(B) | 260.25º | 0.63% | 1% | - |
| XYZ | 34.54 | 21.79 | 96.99 | - |
| YUV | 129.39 | 198.89 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 255 | 0.42 | 0.63 | 0 | 0 | 260.25 | 1 | 0.69 |
| Hex | 95 | 5F | FF | 2A | 3F | 0 | 0 | 104 | 64 | 45 |
| Octal | 225 | 137 | 377 | 52 | 77 | 0 | 0 | 404 | 144 | 105 |
| Binary | 10010101 | 1011111 | 11111111 | 101010 | 111111 | 0 | 0 | 100000100 | 1100100 | 1000101 |
Color Harmonies of #955FFF
Complementary color
Monochromatic Colors of #955FFF
Black with #955FFF
Text Example
Text Example
White with #955FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FFF; }
p { color: rgb(149,95,255); }
H1.HeaderClassName
{
color: #955FFF;
}
.AnyTagClassName
{
color: #955FFF;
}
</style>
background-color css
<style>
a { background-color: #955FFF; }
a { background-color: rgb(149,95,255); }
div.DivClassName
{
background-color: #955FFF;
}
.BgClassName
{
background-color: #955FFF;
}
</style>
border-color css
<style>
span { border-color: #955FFF; }
span { border-color: rgb(149,95,255); }
td.TdClassName
{
border-color: #955FFF;
}
.TagClassName
{
border-color: #955FFF;
}
</style>