Shades of Light Slate Blue #985DF8
Tints of Light Slate Blue #985DF8
RGB
CMYK
RGB Variations
Color information
#985DF8 (or 0x985DF8) is known color: Light Slate Blue. HEX triplet: 98, 5D and F8. RGB value is (152,93,248). Sum of RGB (Red+Green+Blue) = 152+93+248=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 248 (97.27% from 255 or 50.30% from 493); Max value from RGB is 248 - color contains mainly: blue. Hex color #985DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985DF8 is #67A207. Grayscale: #7F7F7F. Windows color (decimal): -6791688 or 16276888. OLE color: 16276888.
HSL color Cylindrical-coordinate representation of color #985DF8: hue angle of 262.84º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #985DF8 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 93 | 248 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.03 |
| HSL | 262.84º | 0.92% | 0.67% | - |
| HSV(B) | 262.84º | 0.63% | 0.97% | - |
| XYZ | 33.81 | 21.28 | 91.13 | - |
| YUV | 128.31 | 195.55 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 93 | 248 | 0.39 | 0.62 | 0 | 0.03 | 262.84 | 0.92 | 0.67 |
| Hex | 98 | 5D | F8 | 27 | 3E | 0 | 3 | 107 | 5C | 43 |
| Octal | 230 | 135 | 370 | 47 | 76 | 0 | 3 | 407 | 134 | 103 |
| Binary | 10011000 | 1011101 | 11111000 | 100111 | 111110 | 0 | 11 | 100000111 | 1011100 | 1000011 |
Color Harmonies of #985DF8
Complementary color
Monochromatic Colors of #985DF8
Black with #985DF8
Text Example
Text Example
White with #985DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985DF8; }
p { color: rgb(152,93,248); }
H1.HeaderClassName
{
color: #985DF8;
}
.AnyTagClassName
{
color: #985DF8;
}
</style>
background-color css
<style>
a { background-color: #985DF8; }
a { background-color: rgb(152,93,248); }
div.DivClassName
{
background-color: #985DF8;
}
.BgClassName
{
background-color: #985DF8;
}
</style>
border-color css
<style>
span { border-color: #985DF8; }
span { border-color: rgb(152,93,248); }
td.TdClassName
{
border-color: #985DF8;
}
.TagClassName
{
border-color: #985DF8;
}
</style>