Shades of Light Slate Blue #9888FF
Tints of Light Slate Blue #9888FF
RGB
CMYK
RGB Variations
Color information
#9888FF (or 0x9888FF) is known color: Light Slate Blue. HEX triplet: 98, 88 and FF. RGB value is (152,136,255). Sum of RGB (Red+Green+Blue) = 152+136+255=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #9888FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9888FF is #677700. Grayscale: #999999. Windows color (decimal): -6780673 or 16746648. OLE color: 16746648.
HSL color Cylindrical-coordinate representation of color #9888FF: hue angle of 248.07º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9888FF is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 136 | 255 | - |
| CMYK | 0.40 | 0.47 | 0 | 0 |
| HSL | 248.07º | 1% | 0.77% | - |
| HSV(B) | 248.07º | 0.47% | 1% | - |
| XYZ | 39.8 | 31.5 | 98.59 | - |
| YUV | 154.35 | 184.8 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 255 | 0.40 | 0.47 | 0 | 0 | 248.07 | 1 | 0.77 |
| Hex | 98 | 88 | FF | 28 | 2F | 0 | 0 | F8 | 64 | 4D |
| Octal | 230 | 210 | 377 | 50 | 57 | 0 | 0 | 370 | 144 | 115 |
| Binary | 10011000 | 10001000 | 11111111 | 101000 | 101111 | 0 | 0 | 11111000 | 1100100 | 1001101 |
Color Harmonies of #9888FF
Complementary color
Monochromatic Colors of #9888FF
Black with #9888FF
Text Example
Text Example
White with #9888FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9888FF; }
p { color: rgb(152,136,255); }
H1.HeaderClassName
{
color: #9888FF;
}
.AnyTagClassName
{
color: #9888FF;
}
</style>
background-color css
<style>
a { background-color: #9888FF; }
a { background-color: rgb(152,136,255); }
div.DivClassName
{
background-color: #9888FF;
}
.BgClassName
{
background-color: #9888FF;
}
</style>
border-color css
<style>
span { border-color: #9888FF; }
span { border-color: rgb(152,136,255); }
td.TdClassName
{
border-color: #9888FF;
}
.TagClassName
{
border-color: #9888FF;
}
</style>