Shades of Light Slate Blue #9B80FF
Tints of Light Slate Blue #9B80FF
RGB
CMYK
RGB Variations
Color information
#9B80FF (or 0x9B80FF) is known color: Light Slate Blue. HEX triplet: 9B, 80 and FF. RGB value is (155,128,255). Sum of RGB (Red+Green+Blue) = 155+128+255=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B80FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B80FF is #647F00. Grayscale: #969696. Windows color (decimal): -6586113 or 16744603. OLE color: 16744603.
HSL color Cylindrical-coordinate representation of color #9B80FF: hue angle of 252.76º 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 #9B80FF is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 128 | 255 | - |
| CMYK | 0.39 | 0.50 | 0 | 0 |
| HSL | 252.76º | 1% | 0.75% | - |
| HSV(B) | 252.76º | 0.5% | 1% | - |
| XYZ | 39.29 | 29.63 | 98.26 | - |
| YUV | 150.55 | 186.95 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 128 | 255 | 0.39 | 0.50 | 0 | 0 | 252.76 | 1 | 0.75 |
| Hex | 9B | 80 | FF | 27 | 32 | 0 | 0 | FD | 64 | 4B |
| Octal | 233 | 200 | 377 | 47 | 62 | 0 | 0 | 375 | 144 | 113 |
| Binary | 10011011 | 10000000 | 11111111 | 100111 | 110010 | 0 | 0 | 11111101 | 1100100 | 1001011 |
Color Harmonies of #9B80FF
Complementary color
Monochromatic Colors of #9B80FF
Black with #9B80FF
Text Example
Text Example
White with #9B80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B80FF; }
p { color: rgb(155,128,255); }
H1.HeaderClassName
{
color: #9B80FF;
}
.AnyTagClassName
{
color: #9B80FF;
}
</style>
background-color css
<style>
a { background-color: #9B80FF; }
a { background-color: rgb(155,128,255); }
div.DivClassName
{
background-color: #9B80FF;
}
.BgClassName
{
background-color: #9B80FF;
}
</style>
border-color css
<style>
span { border-color: #9B80FF; }
span { border-color: rgb(155,128,255); }
td.TdClassName
{
border-color: #9B80FF;
}
.TagClassName
{
border-color: #9B80FF;
}
</style>