Shades of Light Slate Blue #9889FF
Tints of Light Slate Blue #9889FF
RGB
CMYK
RGB Variations
Color information
#9889FF (or 0x9889FF) is known color: Light Slate Blue. HEX triplet: 98, 89 and FF. RGB value is (152,137,255). Sum of RGB (Red+Green+Blue) = 152+137+255=544 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.94% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #9889FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9889FF is #677600. Grayscale: #9A9A9A. Windows color (decimal): -6780417 or 16746904. OLE color: 16746904.
HSL color Cylindrical-coordinate representation of color #9889FF: hue angle of 247.63º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9889FF is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 137 | 255 | - |
| CMYK | 0.40 | 0.46 | 0 | 0 |
| HSL | 247.63º | 1% | 0.77% | - |
| HSV(B) | 247.63º | 0.46% | 1% | - |
| XYZ | 39.94 | 31.79 | 98.64 | - |
| YUV | 154.94 | 184.47 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 255 | 0.40 | 0.46 | 0 | 0 | 247.63 | 1 | 0.77 |
| Hex | 98 | 89 | FF | 28 | 2E | 0 | 0 | F8 | 64 | 4D |
| Octal | 230 | 211 | 377 | 50 | 56 | 0 | 0 | 370 | 144 | 115 |
| Binary | 10011000 | 10001001 | 11111111 | 101000 | 101110 | 0 | 0 | 11111000 | 1100100 | 1001101 |
Color Harmonies of #9889FF
Complementary color
Monochromatic Colors of #9889FF
Black with #9889FF
Text Example
Text Example
White with #9889FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9889FF; }
p { color: rgb(152,137,255); }
H1.HeaderClassName
{
color: #9889FF;
}
.AnyTagClassName
{
color: #9889FF;
}
</style>
background-color css
<style>
a { background-color: #9889FF; }
a { background-color: rgb(152,137,255); }
div.DivClassName
{
background-color: #9889FF;
}
.BgClassName
{
background-color: #9889FF;
}
</style>
border-color css
<style>
span { border-color: #9889FF; }
span { border-color: rgb(152,137,255); }
td.TdClassName
{
border-color: #9889FF;
}
.TagClassName
{
border-color: #9889FF;
}
</style>