Shades of Light Slate Blue #987BF3
Tints of Light Slate Blue #987BF3
RGB
CMYK
RGB Variations
Color information
#987BF3 (or 0x987BF3) is known color: Light Slate Blue. HEX triplet: 98, 7B and F3. RGB value is (152,123,243). Sum of RGB (Red+Green+Blue) = 152+123+243=518 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.34% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #987BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #987BF3 is #67840C. Grayscale: #909090. Windows color (decimal): -6784013 or 15956888. OLE color: 15956888.
HSL color Cylindrical-coordinate representation of color #987BF3: hue angle of 254.5º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #987BF3 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 123 | 243 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.05 |
| HSL | 254.5º | 0.83% | 0.72% | - |
| HSV(B) | 254.5º | 0.49% | 0.95% | - |
| XYZ | 36.21 | 27.31 | 88.16 | - |
| YUV | 145.35 | 183.11 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 243 | 0.37 | 0.49 | 0 | 0.05 | 254.5 | 0.83 | 0.72 |
| Hex | 98 | 7B | F3 | 25 | 31 | 0 | 5 | FE | 53 | 48 |
| Octal | 230 | 173 | 363 | 45 | 61 | 0 | 5 | 376 | 123 | 110 |
| Binary | 10011000 | 1111011 | 11110011 | 100101 | 110001 | 0 | 101 | 11111110 | 1010011 | 1001000 |
Color Harmonies of #987BF3
Complementary color
Monochromatic Colors of #987BF3
Black with #987BF3
Text Example
Text Example
White with #987BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BF3; }
p { color: rgb(152,123,243); }
H1.HeaderClassName
{
color: #987BF3;
}
.AnyTagClassName
{
color: #987BF3;
}
</style>
background-color css
<style>
a { background-color: #987BF3; }
a { background-color: rgb(152,123,243); }
div.DivClassName
{
background-color: #987BF3;
}
.BgClassName
{
background-color: #987BF3;
}
</style>
border-color css
<style>
span { border-color: #987BF3; }
span { border-color: rgb(152,123,243); }
td.TdClassName
{
border-color: #987BF3;
}
.TagClassName
{
border-color: #987BF3;
}
</style>