Shades of Light Slate Blue #995CFE
Tints of Light Slate Blue #995CFE
RGB
CMYK
RGB Variations
Color information
#995CFE (or 0x995CFE) is known color: Light Slate Blue. HEX triplet: 99, 5C and FE. RGB value is (153,92,254). Sum of RGB (Red+Green+Blue) = 153+92+254=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #995CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995CFE is #66A301. Grayscale: #808080. Windows color (decimal): -6726402 or 16669849. OLE color: 16669849.
HSL color Cylindrical-coordinate representation of color #995CFE: hue angle of 262.59º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #995CFE is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 92 | 254 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.00 |
| HSL | 262.59º | 0.99% | 0.68% | - |
| HSV(B) | 262.59º | 0.64% | 1% | - |
| XYZ | 34.85 | 21.58 | 96.09 | - |
| YUV | 128.71 | 198.71 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 254 | 0.40 | 0.64 | 0 | 0.00 | 262.59 | 0.99 | 0.68 |
| Hex | 99 | 5C | FE | 28 | 40 | 0 | 0 | 107 | 63 | 44 |
| Octal | 231 | 134 | 376 | 50 | 100 | 0 | 0 | 407 | 143 | 104 |
| Binary | 10011001 | 1011100 | 11111110 | 101000 | 1000000 | 0 | 0 | 100000111 | 1100011 | 1000100 |
Color Harmonies of #995CFE
Complementary color
Monochromatic Colors of #995CFE
Black with #995CFE
Text Example
Text Example
White with #995CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995CFE; }
p { color: rgb(153,92,254); }
H1.HeaderClassName
{
color: #995CFE;
}
.AnyTagClassName
{
color: #995CFE;
}
</style>
background-color css
<style>
a { background-color: #995CFE; }
a { background-color: rgb(153,92,254); }
div.DivClassName
{
background-color: #995CFE;
}
.BgClassName
{
background-color: #995CFE;
}
</style>
border-color css
<style>
span { border-color: #995CFE; }
span { border-color: rgb(153,92,254); }
td.TdClassName
{
border-color: #995CFE;
}
.TagClassName
{
border-color: #995CFE;
}
</style>