Shades of Light Slate Blue #955EF8
Tints of Light Slate Blue #955EF8
RGB
CMYK
RGB Variations
Color information
#955EF8 (or 0x955EF8) is known color: Light Slate Blue. HEX triplet: 95, 5E and F8. RGB value is (149,94,248). Sum of RGB (Red+Green+Blue) = 149+94+248=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #955EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955EF8 is #6AA107. Grayscale: #7F7F7F. Windows color (decimal): -6988040 or 16277141. OLE color: 16277141.
HSL color Cylindrical-coordinate representation of color #955EF8: hue angle of 261.43º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955EF8 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 94 | 248 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.03 |
| HSL | 261.43º | 0.92% | 0.67% | - |
| HSV(B) | 261.43º | 0.62% | 0.97% | - |
| XYZ | 33.34 | 21.17 | 91.14 | - |
| YUV | 128 | 195.72 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 248 | 0.40 | 0.62 | 0 | 0.03 | 261.43 | 0.92 | 0.67 |
| Hex | 95 | 5E | F8 | 28 | 3E | 0 | 3 | 105 | 5C | 43 |
| Octal | 225 | 136 | 370 | 50 | 76 | 0 | 3 | 405 | 134 | 103 |
| Binary | 10010101 | 1011110 | 11111000 | 101000 | 111110 | 0 | 11 | 100000101 | 1011100 | 1000011 |
Color Harmonies of #955EF8
Complementary color
Monochromatic Colors of #955EF8
Black with #955EF8
Text Example
Text Example
White with #955EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955EF8; }
p { color: rgb(149,94,248); }
H1.HeaderClassName
{
color: #955EF8;
}
.AnyTagClassName
{
color: #955EF8;
}
</style>
background-color css
<style>
a { background-color: #955EF8; }
a { background-color: rgb(149,94,248); }
div.DivClassName
{
background-color: #955EF8;
}
.BgClassName
{
background-color: #955EF8;
}
</style>
border-color css
<style>
span { border-color: #955EF8; }
span { border-color: rgb(149,94,248); }
td.TdClassName
{
border-color: #955EF8;
}
.TagClassName
{
border-color: #955EF8;
}
</style>