Shades of Light Slate Blue #9980FF
Tints of Light Slate Blue #9980FF
RGB
CMYK
RGB Variations
Color information
#9980FF (or 0x9980FF) is known color: Light Slate Blue. HEX triplet: 99, 80 and FF. RGB value is (153,128,255). Sum of RGB (Red+Green+Blue) = 153+128+255=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #9980FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9980FF is #667F00. Grayscale: #959595. Windows color (decimal): -6717185 or 16744601. OLE color: 16744601.
HSL color Cylindrical-coordinate representation of color #9980FF: hue angle of 251.81º 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 #9980FF is Cyan = 0.4, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 128 | 255 | - |
| CMYK | 0.4 | 0.50 | 0 | 0 |
| HSL | 251.81º | 1% | 0.75% | - |
| HSV(B) | 251.81º | 0.5% | 1% | - |
| XYZ | 38.91 | 29.43 | 98.24 | - |
| YUV | 149.95 | 187.28 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 255 | 0.4 | 0.50 | 0 | 0 | 251.81 | 1 | 0.75 |
| Hex | 99 | 80 | FF | 28 | 32 | 0 | 0 | FC | 64 | 4B |
| Octal | 231 | 200 | 377 | 50 | 62 | 0 | 0 | 374 | 144 | 113 |
| Binary | 10011001 | 10000000 | 11111111 | 101000 | 110010 | 0 | 0 | 11111100 | 1100100 | 1001011 |
Color Harmonies of #9980FF
Complementary color
Monochromatic Colors of #9980FF
Black with #9980FF
Text Example
Text Example
White with #9980FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9980FF; }
p { color: rgb(153,128,255); }
H1.HeaderClassName
{
color: #9980FF;
}
.AnyTagClassName
{
color: #9980FF;
}
</style>
background-color css
<style>
a { background-color: #9980FF; }
a { background-color: rgb(153,128,255); }
div.DivClassName
{
background-color: #9980FF;
}
.BgClassName
{
background-color: #9980FF;
}
</style>
border-color css
<style>
span { border-color: #9980FF; }
span { border-color: rgb(153,128,255); }
td.TdClassName
{
border-color: #9980FF;
}
.TagClassName
{
border-color: #9980FF;
}
</style>