Shades of Light Slate Blue #985DFE
Tints of Light Slate Blue #985DFE
RGB
CMYK
RGB Variations
Color information
#985DFE (or 0x985DFE) is known color: Light Slate Blue. HEX triplet: 98, 5D and FE. RGB value is (152,93,254). Sum of RGB (Red+Green+Blue) = 152+93+254=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 93 (36.72% from 255 or 18.64% 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 #985DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985DFE is #67A201. Grayscale: #808080. Windows color (decimal): -6791682 or 16670104. OLE color: 16670104.
HSL color Cylindrical-coordinate representation of color #985DFE: hue angle of 261.99º 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 #985DFE is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 93 | 254 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.00 |
| HSL | 261.99º | 0.99% | 0.68% | - |
| HSV(B) | 261.99º | 0.63% | 1% | - |
| XYZ | 34.75 | 21.66 | 96.12 | - |
| YUV | 129 | 198.55 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 93 | 254 | 0.40 | 0.63 | 0 | 0.00 | 261.99 | 0.99 | 0.68 |
| Hex | 98 | 5D | FE | 28 | 3F | 0 | 0 | 106 | 63 | 44 |
| Octal | 230 | 135 | 376 | 50 | 77 | 0 | 0 | 406 | 143 | 104 |
| Binary | 10011000 | 1011101 | 11111110 | 101000 | 111111 | 0 | 0 | 100000110 | 1100011 | 1000100 |
Color Harmonies of #985DFE
Complementary color
Monochromatic Colors of #985DFE
Black with #985DFE
Text Example
Text Example
White with #985DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985DFE; }
p { color: rgb(152,93,254); }
H1.HeaderClassName
{
color: #985DFE;
}
.AnyTagClassName
{
color: #985DFE;
}
</style>
background-color css
<style>
a { background-color: #985DFE; }
a { background-color: rgb(152,93,254); }
div.DivClassName
{
background-color: #985DFE;
}
.BgClassName
{
background-color: #985DFE;
}
</style>
border-color css
<style>
span { border-color: #985DFE; }
span { border-color: rgb(152,93,254); }
td.TdClassName
{
border-color: #985DFE;
}
.TagClassName
{
border-color: #985DFE;
}
</style>