Shades of Light Slate Blue #986DF6
Tints of Light Slate Blue #986DF6
RGB
CMYK
RGB Variations
Color information
#986DF6 (or 0x986DF6) is known color: Light Slate Blue. HEX triplet: 98, 6D and F6. RGB value is (152,109,246). Sum of RGB (Red+Green+Blue) = 152+109+246=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 246 (96.48% from 255 or 48.52% from 507); Max value from RGB is 246 - color contains mainly: blue. Hex color #986DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986DF6 is #679209. Grayscale: #888888. Windows color (decimal): -6787594 or 16149912. OLE color: 16149912.
HSL color Cylindrical-coordinate representation of color #986DF6: hue angle of 258.83º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #986DF6 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 109 | 246 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.04 |
| HSL | 258.83º | 0.88% | 0.7% | - |
| HSV(B) | 258.83º | 0.56% | 0.96% | - |
| XYZ | 35.05 | 24.27 | 90.03 | - |
| YUV | 137.48 | 189.25 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 246 | 0.38 | 0.56 | 0 | 0.04 | 258.83 | 0.88 | 0.7 |
| Hex | 98 | 6D | F6 | 26 | 38 | 0 | 4 | 103 | 58 | 46 |
| Octal | 230 | 155 | 366 | 46 | 70 | 0 | 4 | 403 | 130 | 106 |
| Binary | 10011000 | 1101101 | 11110110 | 100110 | 111000 | 0 | 100 | 100000011 | 1011000 | 1000110 |
Color Harmonies of #986DF6
Complementary color
Monochromatic Colors of #986DF6
Black with #986DF6
Text Example
Text Example
White with #986DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986DF6; }
p { color: rgb(152,109,246); }
H1.HeaderClassName
{
color: #986DF6;
}
.AnyTagClassName
{
color: #986DF6;
}
</style>
background-color css
<style>
a { background-color: #986DF6; }
a { background-color: rgb(152,109,246); }
div.DivClassName
{
background-color: #986DF6;
}
.BgClassName
{
background-color: #986DF6;
}
</style>
border-color css
<style>
span { border-color: #986DF6; }
span { border-color: rgb(152,109,246); }
td.TdClassName
{
border-color: #986DF6;
}
.TagClassName
{
border-color: #986DF6;
}
</style>