Shades of Light Slate Blue #9988FF
Tints of Light Slate Blue #9988FF
RGB
CMYK
RGB Variations
Color information
#9988FF (or 0x9988FF) is known color: Light Slate Blue. HEX triplet: 99, 88 and FF. RGB value is (153,136,255). Sum of RGB (Red+Green+Blue) = 153+136+255=544 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.12% from 544); Green value is 136 (53.52% from 255 or 25% 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 #9988FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9988FF is #667700. Grayscale: #9A9A9A. Windows color (decimal): -6715137 or 16746649. OLE color: 16746649.
HSL color Cylindrical-coordinate representation of color #9988FF: hue angle of 248.57º 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 #9988FF is Cyan = 0.4, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 136 | 255 | - |
| CMYK | 0.4 | 0.47 | 0 | 0 |
| HSL | 248.57º | 1% | 0.77% | - |
| HSV(B) | 248.57º | 0.47% | 1% | - |
| XYZ | 39.99 | 31.6 | 98.6 | - |
| YUV | 154.65 | 184.63 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 255 | 0.4 | 0.47 | 0 | 0 | 248.57 | 1 | 0.77 |
| Hex | 99 | 88 | FF | 28 | 2F | 0 | 0 | F9 | 64 | 4D |
| Octal | 231 | 210 | 377 | 50 | 57 | 0 | 0 | 371 | 144 | 115 |
| Binary | 10011001 | 10001000 | 11111111 | 101000 | 101111 | 0 | 0 | 11111001 | 1100100 | 1001101 |
Color Harmonies of #9988FF
Complementary color
Monochromatic Colors of #9988FF
Black with #9988FF
Text Example
Text Example
White with #9988FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9988FF; }
p { color: rgb(153,136,255); }
H1.HeaderClassName
{
color: #9988FF;
}
.AnyTagClassName
{
color: #9988FF;
}
</style>
background-color css
<style>
a { background-color: #9988FF; }
a { background-color: rgb(153,136,255); }
div.DivClassName
{
background-color: #9988FF;
}
.BgClassName
{
background-color: #9988FF;
}
</style>
border-color css
<style>
span { border-color: #9988FF; }
span { border-color: rgb(153,136,255); }
td.TdClassName
{
border-color: #9988FF;
}
.TagClassName
{
border-color: #9988FF;
}
</style>