Shades of Light Slate Blue #9B5BFA
Tints of Light Slate Blue #9B5BFA
RGB
CMYK
RGB Variations
Color information
#9B5BFA (or 0x9B5BFA) is known color: Light Slate Blue. HEX triplet: 9B, 5B and FA. RGB value is (155,91,250). Sum of RGB (Red+Green+Blue) = 155+91+250=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 91 (35.94% from 255 or 18.35% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #9B5BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5BFA is #64A405. Grayscale: #7F7F7F. Windows color (decimal): -6595590 or 16407451. OLE color: 16407451.
HSL color Cylindrical-coordinate representation of color #9B5BFA: hue angle of 264.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B5BFA is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 91 | 250 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.02 |
| HSL | 264.15º | 0.94% | 0.67% | - |
| HSV(B) | 264.15º | 0.64% | 0.98% | - |
| XYZ | 34.51 | 21.35 | 92.74 | - |
| YUV | 128.26 | 196.7 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 91 | 250 | 0.38 | 0.64 | 0 | 0.02 | 264.15 | 0.94 | 0.67 |
| Hex | 9B | 5B | FA | 26 | 40 | 0 | 2 | 108 | 5E | 43 |
| Octal | 233 | 133 | 372 | 46 | 100 | 0 | 2 | 410 | 136 | 103 |
| Binary | 10011011 | 1011011 | 11111010 | 100110 | 1000000 | 0 | 10 | 100001000 | 1011110 | 1000011 |
Color Harmonies of #9B5BFA
Complementary color
Monochromatic Colors of #9B5BFA
Black with #9B5BFA
Text Example
Text Example
White with #9B5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5BFA; }
p { color: rgb(155,91,250); }
H1.HeaderClassName
{
color: #9B5BFA;
}
.AnyTagClassName
{
color: #9B5BFA;
}
</style>
background-color css
<style>
a { background-color: #9B5BFA; }
a { background-color: rgb(155,91,250); }
div.DivClassName
{
background-color: #9B5BFA;
}
.BgClassName
{
background-color: #9B5BFA;
}
</style>
border-color css
<style>
span { border-color: #9B5BFA; }
span { border-color: rgb(155,91,250); }
td.TdClassName
{
border-color: #9B5BFA;
}
.TagClassName
{
border-color: #9B5BFA;
}
</style>