Shades of Light Slate Blue #955BFC
Tints of Light Slate Blue #955BFC
RGB
CMYK
RGB Variations
Color information
#955BFC (or 0x955BFC) is known color: Light Slate Blue. HEX triplet: 95, 5B and FC. RGB value is (149,91,252). Sum of RGB (Red+Green+Blue) = 149+91+252=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #955BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955BFC is #6AA403. Grayscale: #7E7E7E. Windows color (decimal): -6988804 or 16538517. OLE color: 16538517.
HSL color Cylindrical-coordinate representation of color #955BFC: hue angle of 261.61º degrees, saturation: 0.96, 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 #955BFC is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 91 | 252 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.01 |
| HSL | 261.61º | 0.96% | 0.67% | - |
| HSV(B) | 261.61º | 0.64% | 0.99% | - |
| XYZ | 33.71 | 20.9 | 94.35 | - |
| YUV | 126.7 | 198.72 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 252 | 0.41 | 0.64 | 0 | 0.01 | 261.61 | 0.96 | 0.67 |
| Hex | 95 | 5B | FC | 29 | 40 | 0 | 1 | 106 | 60 | 43 |
| Octal | 225 | 133 | 374 | 51 | 100 | 0 | 1 | 406 | 140 | 103 |
| Binary | 10010101 | 1011011 | 11111100 | 101001 | 1000000 | 0 | 1 | 100000110 | 1100000 | 1000011 |
Color Harmonies of #955BFC
Complementary color
Monochromatic Colors of #955BFC
Black with #955BFC
Text Example
Text Example
White with #955BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955BFC; }
p { color: rgb(149,91,252); }
H1.HeaderClassName
{
color: #955BFC;
}
.AnyTagClassName
{
color: #955BFC;
}
</style>
background-color css
<style>
a { background-color: #955BFC; }
a { background-color: rgb(149,91,252); }
div.DivClassName
{
background-color: #955BFC;
}
.BgClassName
{
background-color: #955BFC;
}
</style>
border-color css
<style>
span { border-color: #955BFC; }
span { border-color: rgb(149,91,252); }
td.TdClassName
{
border-color: #955BFC;
}
.TagClassName
{
border-color: #955BFC;
}
</style>