Shades of Light Slate Blue #9F80FF
Tints of Light Slate Blue #9F80FF
RGB
CMYK
RGB Variations
Color information
#9F80FF (or 0x9F80FF) is known color: Light Slate Blue. HEX triplet: 9F, 80 and FF. RGB value is (159,128,255). Sum of RGB (Red+Green+Blue) = 159+128+255=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F80FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F80FF is #607F00. Grayscale: #979797. Windows color (decimal): -6323969 or 16744607. OLE color: 16744607.
HSL color Cylindrical-coordinate representation of color #9F80FF: hue angle of 254.65º 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 #9F80FF is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 128 | 255 | - |
| CMYK | 0.38 | 0.50 | 0 | 0 |
| HSL | 254.65º | 1% | 0.75% | - |
| HSV(B) | 254.65º | 0.5% | 1% | - |
| XYZ | 40.07 | 30.03 | 98.29 | - |
| YUV | 151.75 | 186.27 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 255 | 0.38 | 0.50 | 0 | 0 | 254.65 | 1 | 0.75 |
| Hex | 9F | 80 | FF | 26 | 32 | 0 | 0 | FF | 64 | 4B |
| Octal | 237 | 200 | 377 | 46 | 62 | 0 | 0 | 377 | 144 | 113 |
| Binary | 10011111 | 10000000 | 11111111 | 100110 | 110010 | 0 | 0 | 11111111 | 1100100 | 1001011 |
Color Harmonies of #9F80FF
Complementary color
Monochromatic Colors of #9F80FF
Black with #9F80FF
Text Example
Text Example
White with #9F80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F80FF; }
p { color: rgb(159,128,255); }
H1.HeaderClassName
{
color: #9F80FF;
}
.AnyTagClassName
{
color: #9F80FF;
}
</style>
background-color css
<style>
a { background-color: #9F80FF; }
a { background-color: rgb(159,128,255); }
div.DivClassName
{
background-color: #9F80FF;
}
.BgClassName
{
background-color: #9F80FF;
}
</style>
border-color css
<style>
span { border-color: #9F80FF; }
span { border-color: rgb(159,128,255); }
td.TdClassName
{
border-color: #9F80FF;
}
.TagClassName
{
border-color: #9F80FF;
}
</style>