Shades of Light Slate Blue #986BFF
Tints of Light Slate Blue #986BFF
RGB
CMYK
RGB Variations
Color information
#986BFF (or 0x986BFF) is known color: Light Slate Blue. HEX triplet: 98, 6B and FF. RGB value is (152,107,255). Sum of RGB (Red+Green+Blue) = 152+107+255=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #986BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986BFF is #679400. Grayscale: #888888. Windows color (decimal): -6788097 or 16739224. OLE color: 16739224.
HSL color Cylindrical-coordinate representation of color #986BFF: hue angle of 258.24º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #986BFF is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 107 | 255 | - |
| CMYK | 0.40 | 0.58 | 0 | 0 |
| HSL | 258.24º | 1% | 0.71% | - |
| HSV(B) | 258.24º | 0.58% | 1% | - |
| XYZ | 36.26 | 24.41 | 97.41 | - |
| YUV | 137.33 | 194.41 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 107 | 255 | 0.40 | 0.58 | 0 | 0 | 258.24 | 1 | 0.71 |
| Hex | 98 | 6B | FF | 28 | 3A | 0 | 0 | 102 | 64 | 47 |
| Octal | 230 | 153 | 377 | 50 | 72 | 0 | 0 | 402 | 144 | 107 |
| Binary | 10011000 | 1101011 | 11111111 | 101000 | 111010 | 0 | 0 | 100000010 | 1100100 | 1000111 |
Color Harmonies of #986BFF
Complementary color
Monochromatic Colors of #986BFF
Black with #986BFF
Text Example
Text Example
White with #986BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986BFF; }
p { color: rgb(152,107,255); }
H1.HeaderClassName
{
color: #986BFF;
}
.AnyTagClassName
{
color: #986BFF;
}
</style>
background-color css
<style>
a { background-color: #986BFF; }
a { background-color: rgb(152,107,255); }
div.DivClassName
{
background-color: #986BFF;
}
.BgClassName
{
background-color: #986BFF;
}
</style>
border-color css
<style>
span { border-color: #986BFF; }
span { border-color: rgb(152,107,255); }
td.TdClassName
{
border-color: #986BFF;
}
.TagClassName
{
border-color: #986BFF;
}
</style>