Shades of Light Slate Blue #9B4FFF
Tints of Light Slate Blue #9B4FFF
RGB
CMYK
RGB Variations
Color information
#9B4FFF (or 0x9B4FFF) is known color: Light Slate Blue. HEX triplet: 9B, 4F and FF. RGB value is (155,79,255). Sum of RGB (Red+Green+Blue) = 155+79+255=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 79 (31.25% from 255 or 16.16% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B4FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B4FFF is #64B000. Grayscale: #797979. Windows color (decimal): -6598657 or 16732059. OLE color: 16732059.
HSL color Cylindrical-coordinate representation of color #9B4FFF: hue angle of 265.91º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B4FFF is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 79 | 255 | - |
| CMYK | 0.39 | 0.69 | 0 | 0 |
| HSL | 265.91º | 1% | 0.65% | - |
| HSV(B) | 265.91º | 0.69% | 1% | - |
| XYZ | 34.36 | 19.78 | 96.61 | - |
| YUV | 121.79 | 203.18 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 79 | 255 | 0.39 | 0.69 | 0 | 0 | 265.91 | 1 | 0.65 |
| Hex | 9B | 4F | FF | 27 | 45 | 0 | 0 | 10A | 64 | 41 |
| Octal | 233 | 117 | 377 | 47 | 105 | 0 | 0 | 412 | 144 | 101 |
| Binary | 10011011 | 1001111 | 11111111 | 100111 | 1000101 | 0 | 0 | 100001010 | 1100100 | 1000001 |
Color Harmonies of #9B4FFF
Complementary color
Monochromatic Colors of #9B4FFF
Black with #9B4FFF
Text Example
Text Example
White with #9B4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4FFF; }
p { color: rgb(155,79,255); }
H1.HeaderClassName
{
color: #9B4FFF;
}
.AnyTagClassName
{
color: #9B4FFF;
}
</style>
background-color css
<style>
a { background-color: #9B4FFF; }
a { background-color: rgb(155,79,255); }
div.DivClassName
{
background-color: #9B4FFF;
}
.BgClassName
{
background-color: #9B4FFF;
}
</style>
border-color css
<style>
span { border-color: #9B4FFF; }
span { border-color: rgb(155,79,255); }
td.TdClassName
{
border-color: #9B4FFF;
}
.TagClassName
{
border-color: #9B4FFF;
}
</style>