Shades of Light Slate Blue #955BF9
Tints of Light Slate Blue #955BF9
RGB
CMYK
RGB Variations
Color information
#955BF9 (or 0x955BF9) is known color: Light Slate Blue. HEX triplet: 95, 5B and F9. RGB value is (149,91,249). Sum of RGB (Red+Green+Blue) = 149+91+249=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 249 (97.66% from 255 or 50.92% from 489); Max value from RGB is 249 - color contains mainly: blue. Hex color #955BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955BF9 is #6AA406. Grayscale: #7D7D7D. Windows color (decimal): -6988807 or 16341909. OLE color: 16341909.
HSL color Cylindrical-coordinate representation of color #955BF9: hue angle of 262.03º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #955BF9 is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 91 | 249 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.02 |
| HSL | 262.03º | 0.93% | 0.67% | - |
| HSV(B) | 262.03º | 0.63% | 0.98% | - |
| XYZ | 33.23 | 20.71 | 91.87 | - |
| YUV | 126.35 | 197.22 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 249 | 0.40 | 0.63 | 0 | 0.02 | 262.03 | 0.93 | 0.67 |
| Hex | 95 | 5B | F9 | 28 | 3F | 0 | 2 | 106 | 5D | 43 |
| Octal | 225 | 133 | 371 | 50 | 77 | 0 | 2 | 406 | 135 | 103 |
| Binary | 10010101 | 1011011 | 11111001 | 101000 | 111111 | 0 | 10 | 100000110 | 1011101 | 1000011 |
Color Harmonies of #955BF9
Complementary color
Monochromatic Colors of #955BF9
Black with #955BF9
Text Example
Text Example
White with #955BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955BF9; }
p { color: rgb(149,91,249); }
H1.HeaderClassName
{
color: #955BF9;
}
.AnyTagClassName
{
color: #955BF9;
}
</style>
background-color css
<style>
a { background-color: #955BF9; }
a { background-color: rgb(149,91,249); }
div.DivClassName
{
background-color: #955BF9;
}
.BgClassName
{
background-color: #955BF9;
}
</style>
border-color css
<style>
span { border-color: #955BF9; }
span { border-color: rgb(149,91,249); }
td.TdClassName
{
border-color: #955BF9;
}
.TagClassName
{
border-color: #955BF9;
}
</style>