Shades of Light Slate Blue #955EFB
Tints of Light Slate Blue #955EFB
RGB
CMYK
RGB Variations
Color information
#955EFB (or 0x955EFB) is known color: Light Slate Blue. HEX triplet: 95, 5E and FB. RGB value is (149,94,251). Sum of RGB (Red+Green+Blue) = 149+94+251=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #955EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955EFB is #6AA104. Grayscale: #7F7F7F. Windows color (decimal): -6988037 or 16473749. OLE color: 16473749.
HSL color Cylindrical-coordinate representation of color #955EFB: hue angle of 261.02º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #955EFB is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 94 | 251 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.02 |
| HSL | 261.02º | 0.95% | 0.68% | - |
| HSV(B) | 261.02º | 0.63% | 0.98% | - |
| XYZ | 33.81 | 21.36 | 93.61 | - |
| YUV | 128.34 | 197.22 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 251 | 0.41 | 0.63 | 0 | 0.02 | 261.02 | 0.95 | 0.68 |
| Hex | 95 | 5E | FB | 29 | 3F | 0 | 2 | 105 | 5F | 44 |
| Octal | 225 | 136 | 373 | 51 | 77 | 0 | 2 | 405 | 137 | 104 |
| Binary | 10010101 | 1011110 | 11111011 | 101001 | 111111 | 0 | 10 | 100000101 | 1011111 | 1000100 |
Color Harmonies of #955EFB
Complementary color
Monochromatic Colors of #955EFB
Black with #955EFB
Text Example
Text Example
White with #955EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955EFB; }
p { color: rgb(149,94,251); }
H1.HeaderClassName
{
color: #955EFB;
}
.AnyTagClassName
{
color: #955EFB;
}
</style>
background-color css
<style>
a { background-color: #955EFB; }
a { background-color: rgb(149,94,251); }
div.DivClassName
{
background-color: #955EFB;
}
.BgClassName
{
background-color: #955EFB;
}
</style>
border-color css
<style>
span { border-color: #955EFB; }
span { border-color: rgb(149,94,251); }
td.TdClassName
{
border-color: #955EFB;
}
.TagClassName
{
border-color: #955EFB;
}
</style>