Shades of Light Slate Blue #955BFD
Tints of Light Slate Blue #955BFD
RGB
CMYK
RGB Variations
Color information
#955BFD (or 0x955BFD) is known color: Light Slate Blue. HEX triplet: 95, 5B and FD. RGB value is (149,91,253). Sum of RGB (Red+Green+Blue) = 149+91+253=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #955BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955BFD is #6AA402. Grayscale: #7E7E7E. Windows color (decimal): -6988803 or 16604053. OLE color: 16604053.
HSL color Cylindrical-coordinate representation of color #955BFD: hue angle of 261.48º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #955BFD is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 91 | 253 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.01 |
| HSL | 261.48º | 0.98% | 0.67% | - |
| HSV(B) | 261.48º | 0.64% | 0.99% | - |
| XYZ | 33.87 | 20.96 | 95.19 | - |
| YUV | 126.81 | 199.22 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 253 | 0.41 | 0.64 | 0 | 0.01 | 261.48 | 0.98 | 0.67 |
| Hex | 95 | 5B | FD | 29 | 40 | 0 | 1 | 105 | 62 | 43 |
| Octal | 225 | 133 | 375 | 51 | 100 | 0 | 1 | 405 | 142 | 103 |
| Binary | 10010101 | 1011011 | 11111101 | 101001 | 1000000 | 0 | 1 | 100000101 | 1100010 | 1000011 |
Color Harmonies of #955BFD
Complementary color
Monochromatic Colors of #955BFD
Black with #955BFD
Text Example
Text Example
White with #955BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955BFD; }
p { color: rgb(149,91,253); }
H1.HeaderClassName
{
color: #955BFD;
}
.AnyTagClassName
{
color: #955BFD;
}
</style>
background-color css
<style>
a { background-color: #955BFD; }
a { background-color: rgb(149,91,253); }
div.DivClassName
{
background-color: #955BFD;
}
.BgClassName
{
background-color: #955BFD;
}
</style>
border-color css
<style>
span { border-color: #955BFD; }
span { border-color: rgb(149,91,253); }
td.TdClassName
{
border-color: #955BFD;
}
.TagClassName
{
border-color: #955BFD;
}
</style>