Shades of Light Slate Blue #995DFE
Tints of Light Slate Blue #995DFE
RGB
CMYK
RGB Variations
Color information
#995DFE (or 0x995DFE) is known color: Light Slate Blue. HEX triplet: 99, 5D and FE. RGB value is (153,93,254). Sum of RGB (Red+Green+Blue) = 153+93+254=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #995DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995DFE is #66A201. Grayscale: #808080. Windows color (decimal): -6726146 or 16670105. OLE color: 16670105.
HSL color Cylindrical-coordinate representation of color #995DFE: hue angle of 262.36º 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 #995DFE is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 93 | 254 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.00 |
| HSL | 262.36º | 0.99% | 0.68% | - |
| HSV(B) | 262.36º | 0.63% | 1% | - |
| XYZ | 34.94 | 21.76 | 96.12 | - |
| YUV | 129.29 | 198.38 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 254 | 0.40 | 0.63 | 0 | 0.00 | 262.36 | 0.99 | 0.68 |
| Hex | 99 | 5D | FE | 28 | 3F | 0 | 0 | 106 | 63 | 44 |
| Octal | 231 | 135 | 376 | 50 | 77 | 0 | 0 | 406 | 143 | 104 |
| Binary | 10011001 | 1011101 | 11111110 | 101000 | 111111 | 0 | 0 | 100000110 | 1100011 | 1000100 |
Color Harmonies of #995DFE
Complementary color
Monochromatic Colors of #995DFE
Black with #995DFE
Text Example
Text Example
White with #995DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DFE; }
p { color: rgb(153,93,254); }
H1.HeaderClassName
{
color: #995DFE;
}
.AnyTagClassName
{
color: #995DFE;
}
</style>
background-color css
<style>
a { background-color: #995DFE; }
a { background-color: rgb(153,93,254); }
div.DivClassName
{
background-color: #995DFE;
}
.BgClassName
{
background-color: #995DFE;
}
</style>
border-color css
<style>
span { border-color: #995DFE; }
span { border-color: rgb(153,93,254); }
td.TdClassName
{
border-color: #995DFE;
}
.TagClassName
{
border-color: #995DFE;
}
</style>