Shades of Light Slate Blue #9B8FFF
Tints of Light Slate Blue #9B8FFF
RGB
CMYK
RGB Variations
Color information
#9B8FFF (or 0x9B8FFF) is known color: Light Slate Blue. HEX triplet: 9B, 8F and FF. RGB value is (155,143,255). Sum of RGB (Red+Green+Blue) = 155+143+255=553 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.03% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B8FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8FFF is #647000. Grayscale: #9E9E9E. Windows color (decimal): -6582273 or 16748443. OLE color: 16748443.
HSL color Cylindrical-coordinate representation of color #9B8FFF: hue angle of 246.43º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B8FFF is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 143 | 255 | - |
| CMYK | 0.39 | 0.44 | 0 | 0 |
| HSL | 246.43º | 1% | 0.78% | - |
| HSV(B) | 246.43º | 0.44% | 1% | - |
| XYZ | 41.39 | 33.83 | 98.96 | - |
| YUV | 159.36 | 181.98 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 255 | 0.39 | 0.44 | 0 | 0 | 246.43 | 1 | 0.78 |
| Hex | 9B | 8F | FF | 27 | 2C | 0 | 0 | F6 | 64 | 4E |
| Octal | 233 | 217 | 377 | 47 | 54 | 0 | 0 | 366 | 144 | 116 |
| Binary | 10011011 | 10001111 | 11111111 | 100111 | 101100 | 0 | 0 | 11110110 | 1100100 | 1001110 |
Color Harmonies of #9B8FFF
Complementary color
Monochromatic Colors of #9B8FFF
Black with #9B8FFF
Text Example
Text Example
White with #9B8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8FFF; }
p { color: rgb(155,143,255); }
H1.HeaderClassName
{
color: #9B8FFF;
}
.AnyTagClassName
{
color: #9B8FFF;
}
</style>
background-color css
<style>
a { background-color: #9B8FFF; }
a { background-color: rgb(155,143,255); }
div.DivClassName
{
background-color: #9B8FFF;
}
.BgClassName
{
background-color: #9B8FFF;
}
</style>
border-color css
<style>
span { border-color: #9B8FFF; }
span { border-color: rgb(155,143,255); }
td.TdClassName
{
border-color: #9B8FFF;
}
.TagClassName
{
border-color: #9B8FFF;
}
</style>