Shades of Light Slate Blue #995EFE
Tints of Light Slate Blue #995EFE
RGB
CMYK
RGB Variations
Color information
#995EFE (or 0x995EFE) is known color: Light Slate Blue. HEX triplet: 99, 5E and FE. RGB value is (153,94,254). Sum of RGB (Red+Green+Blue) = 153+94+254=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #995EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995EFE is #66A101. Grayscale: #818181. Windows color (decimal): -6725890 or 16670361. OLE color: 16670361.
HSL color Cylindrical-coordinate representation of color #995EFE: hue angle of 262.12º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #995EFE is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 94 | 254 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.00 |
| HSL | 262.13º | 0.99% | 0.68% | - |
| HSV(B) | 262.13º | 0.63% | 1% | - |
| XYZ | 35.03 | 21.93 | 96.15 | - |
| YUV | 129.88 | 198.05 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 254 | 0.40 | 0.63 | 0 | 0.00 | 262.13 | 0.99 | 0.68 |
| Hex | 99 | 5E | FE | 28 | 3F | 0 | 0 | 106 | 63 | 44 |
| Octal | 231 | 136 | 376 | 50 | 77 | 0 | 0 | 406 | 143 | 104 |
| Binary | 10011001 | 1011110 | 11111110 | 101000 | 111111 | 0 | 0 | 100000110 | 1100011 | 1000100 |
Color Harmonies of #995EFE
Complementary color
Monochromatic Colors of #995EFE
Black with #995EFE
Text Example
Text Example
White with #995EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995EFE; }
p { color: rgb(153,94,254); }
H1.HeaderClassName
{
color: #995EFE;
}
.AnyTagClassName
{
color: #995EFE;
}
</style>
background-color css
<style>
a { background-color: #995EFE; }
a { background-color: rgb(153,94,254); }
div.DivClassName
{
background-color: #995EFE;
}
.BgClassName
{
background-color: #995EFE;
}
</style>
border-color css
<style>
span { border-color: #995EFE; }
span { border-color: rgb(153,94,254); }
td.TdClassName
{
border-color: #995EFE;
}
.TagClassName
{
border-color: #995EFE;
}
</style>