Shades of Light Slate Blue #985BFB
Tints of Light Slate Blue #985BFB
RGB
CMYK
RGB Variations
Color information
#985BFB (or 0x985BFB) is known color: Light Slate Blue. HEX triplet: 98, 5B and FB. RGB value is (152,91,251). Sum of RGB (Red+Green+Blue) = 152+91+251=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #985BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #985BFB is #67A404. Grayscale: #7E7E7E. Windows color (decimal): -6792197 or 16472984. OLE color: 16472984.
HSL color Cylindrical-coordinate representation of color #985BFB: hue angle of 262.88º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #985BFB is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 91 | 251 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.02 |
| HSL | 262.88º | 0.95% | 0.67% | - |
| HSV(B) | 262.88º | 0.64% | 0.98% | - |
| XYZ | 34.1 | 21.12 | 93.55 | - |
| YUV | 127.48 | 197.71 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 251 | 0.39 | 0.64 | 0 | 0.02 | 262.88 | 0.95 | 0.67 |
| Hex | 98 | 5B | FB | 27 | 40 | 0 | 2 | 107 | 5F | 43 |
| Octal | 230 | 133 | 373 | 47 | 100 | 0 | 2 | 407 | 137 | 103 |
| Binary | 10011000 | 1011011 | 11111011 | 100111 | 1000000 | 0 | 10 | 100000111 | 1011111 | 1000011 |
Color Harmonies of #985BFB
Complementary color
Monochromatic Colors of #985BFB
Black with #985BFB
Text Example
Text Example
White with #985BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985BFB; }
p { color: rgb(152,91,251); }
H1.HeaderClassName
{
color: #985BFB;
}
.AnyTagClassName
{
color: #985BFB;
}
</style>
background-color css
<style>
a { background-color: #985BFB; }
a { background-color: rgb(152,91,251); }
div.DivClassName
{
background-color: #985BFB;
}
.BgClassName
{
background-color: #985BFB;
}
</style>
border-color css
<style>
span { border-color: #985BFB; }
span { border-color: rgb(152,91,251); }
td.TdClassName
{
border-color: #985BFB;
}
.TagClassName
{
border-color: #985BFB;
}
</style>