Shades of Light Slate Blue #986FFE
Tints of Light Slate Blue #986FFE
RGB
CMYK
RGB Variations
Color information
#986FFE (or 0x986FFE) is known color: Light Slate Blue. HEX triplet: 98, 6F and FE. RGB value is (152,111,254). Sum of RGB (Red+Green+Blue) = 152+111+254=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #986FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986FFE is #679001. Grayscale: #8B8B8B. Windows color (decimal): -6787074 or 16674712. OLE color: 16674712.
HSL color Cylindrical-coordinate representation of color #986FFE: hue angle of 257.2º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #986FFE is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 111 | 254 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.00 |
| HSL | 257.2º | 0.99% | 0.72% | - |
| HSV(B) | 257.2º | 0.56% | 1% | - |
| XYZ | 36.52 | 25.2 | 96.71 | - |
| YUV | 139.56 | 192.58 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 254 | 0.40 | 0.56 | 0 | 0.00 | 257.2 | 0.99 | 0.72 |
| Hex | 98 | 6F | FE | 28 | 38 | 0 | 0 | 101 | 63 | 48 |
| Octal | 230 | 157 | 376 | 50 | 70 | 0 | 0 | 401 | 143 | 110 |
| Binary | 10011000 | 1101111 | 11111110 | 101000 | 111000 | 0 | 0 | 100000001 | 1100011 | 1001000 |
Color Harmonies of #986FFE
Complementary color
Monochromatic Colors of #986FFE
Black with #986FFE
Text Example
Text Example
White with #986FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986FFE; }
p { color: rgb(152,111,254); }
H1.HeaderClassName
{
color: #986FFE;
}
.AnyTagClassName
{
color: #986FFE;
}
</style>
background-color css
<style>
a { background-color: #986FFE; }
a { background-color: rgb(152,111,254); }
div.DivClassName
{
background-color: #986FFE;
}
.BgClassName
{
background-color: #986FFE;
}
</style>
border-color css
<style>
span { border-color: #986FFE; }
span { border-color: rgb(152,111,254); }
td.TdClassName
{
border-color: #986FFE;
}
.TagClassName
{
border-color: #986FFE;
}
</style>