Shades of Light Slate Blue #9880FF
Tints of Light Slate Blue #9880FF
RGB
CMYK
RGB Variations
Color information
#9880FF (or 0x9880FF) is known color: Light Slate Blue. HEX triplet: 98, 80 and FF. RGB value is (152,128,255). Sum of RGB (Red+Green+Blue) = 152+128+255=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #9880FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9880FF is #677F00. Grayscale: #959595. Windows color (decimal): -6782721 or 16744600. OLE color: 16744600.
HSL color Cylindrical-coordinate representation of color #9880FF: hue angle of 251.34º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9880FF is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 128 | 255 | - |
| CMYK | 0.40 | 0.50 | 0 | 0 |
| HSL | 251.34º | 1% | 0.75% | - |
| HSV(B) | 251.34º | 0.5% | 1% | - |
| XYZ | 38.72 | 29.33 | 98.23 | - |
| YUV | 149.65 | 187.45 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 255 | 0.40 | 0.50 | 0 | 0 | 251.34 | 1 | 0.75 |
| Hex | 98 | 80 | FF | 28 | 32 | 0 | 0 | FB | 64 | 4B |
| Octal | 230 | 200 | 377 | 50 | 62 | 0 | 0 | 373 | 144 | 113 |
| Binary | 10011000 | 10000000 | 11111111 | 101000 | 110010 | 0 | 0 | 11111011 | 1100100 | 1001011 |
Color Harmonies of #9880FF
Complementary color
Monochromatic Colors of #9880FF
Black with #9880FF
Text Example
Text Example
White with #9880FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9880FF; }
p { color: rgb(152,128,255); }
H1.HeaderClassName
{
color: #9880FF;
}
.AnyTagClassName
{
color: #9880FF;
}
</style>
background-color css
<style>
a { background-color: #9880FF; }
a { background-color: rgb(152,128,255); }
div.DivClassName
{
background-color: #9880FF;
}
.BgClassName
{
background-color: #9880FF;
}
</style>
border-color css
<style>
span { border-color: #9880FF; }
span { border-color: rgb(152,128,255); }
td.TdClassName
{
border-color: #9880FF;
}
.TagClassName
{
border-color: #9880FF;
}
</style>