Shades of Light Slate Blue #995FFE
Tints of Light Slate Blue #995FFE
RGB
CMYK
RGB Variations
Color information
#995FFE (or 0x995FFE) is known color: Light Slate Blue. HEX triplet: 99, 5F and FE. RGB value is (153,95,254). Sum of RGB (Red+Green+Blue) = 153+95+254=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #995FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #995FFE is #66A001. Grayscale: #818181. Windows color (decimal): -6725634 or 16670617. OLE color: 16670617.
HSL color Cylindrical-coordinate representation of color #995FFE: hue angle of 261.89º 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 #995FFE is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 95 | 254 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.00 |
| HSL | 261.89º | 0.99% | 0.68% | - |
| HSV(B) | 261.89º | 0.63% | 1% | - |
| XYZ | 35.12 | 22.11 | 96.18 | - |
| YUV | 130.47 | 197.72 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 254 | 0.40 | 0.63 | 0 | 0.00 | 261.89 | 0.99 | 0.68 |
| Hex | 99 | 5F | FE | 28 | 3F | 0 | 0 | 106 | 63 | 44 |
| Octal | 231 | 137 | 376 | 50 | 77 | 0 | 0 | 406 | 143 | 104 |
| Binary | 10011001 | 1011111 | 11111110 | 101000 | 111111 | 0 | 0 | 100000110 | 1100011 | 1000100 |
Color Harmonies of #995FFE
Complementary color
Monochromatic Colors of #995FFE
Black with #995FFE
Text Example
Text Example
White with #995FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995FFE; }
p { color: rgb(153,95,254); }
H1.HeaderClassName
{
color: #995FFE;
}
.AnyTagClassName
{
color: #995FFE;
}
</style>
background-color css
<style>
a { background-color: #995FFE; }
a { background-color: rgb(153,95,254); }
div.DivClassName
{
background-color: #995FFE;
}
.BgClassName
{
background-color: #995FFE;
}
</style>
border-color css
<style>
span { border-color: #995FFE; }
span { border-color: rgb(153,95,254); }
td.TdClassName
{
border-color: #995FFE;
}
.TagClassName
{
border-color: #995FFE;
}
</style>