Shades of Light Slate Blue #985EFB
Tints of Light Slate Blue #985EFB
RGB
CMYK
RGB Variations
Color information
#985EFB (or 0x985EFB) is known color: Light Slate Blue. HEX triplet: 98, 5E and FB. RGB value is (152,94,251). Sum of RGB (Red+Green+Blue) = 152+94+251=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #985EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985EFB is #67A104. Grayscale: #808080. Windows color (decimal): -6791429 or 16473752. OLE color: 16473752.
HSL color Cylindrical-coordinate representation of color #985EFB: hue angle of 262.17º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #985EFB is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 94 | 251 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.02 |
| HSL | 262.17º | 0.95% | 0.68% | - |
| HSV(B) | 262.17º | 0.63% | 0.98% | - |
| XYZ | 34.36 | 21.65 | 93.63 | - |
| YUV | 129.24 | 196.72 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 251 | 0.39 | 0.63 | 0 | 0.02 | 262.17 | 0.95 | 0.68 |
| Hex | 98 | 5E | FB | 27 | 3F | 0 | 2 | 106 | 5F | 44 |
| Octal | 230 | 136 | 373 | 47 | 77 | 0 | 2 | 406 | 137 | 104 |
| Binary | 10011000 | 1011110 | 11111011 | 100111 | 111111 | 0 | 10 | 100000110 | 1011111 | 1000100 |
Color Harmonies of #985EFB
Complementary color
Monochromatic Colors of #985EFB
Black with #985EFB
Text Example
Text Example
White with #985EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985EFB; }
p { color: rgb(152,94,251); }
H1.HeaderClassName
{
color: #985EFB;
}
.AnyTagClassName
{
color: #985EFB;
}
</style>
background-color css
<style>
a { background-color: #985EFB; }
a { background-color: rgb(152,94,251); }
div.DivClassName
{
background-color: #985EFB;
}
.BgClassName
{
background-color: #985EFB;
}
</style>
border-color css
<style>
span { border-color: #985EFB; }
span { border-color: rgb(152,94,251); }
td.TdClassName
{
border-color: #985EFB;
}
.TagClassName
{
border-color: #985EFB;
}
</style>