Shades of Light Slate Blue #9B5CFB
Tints of Light Slate Blue #9B5CFB
RGB
CMYK
RGB Variations
Color information
#9B5CFB (or 0x9B5CFB) is known color: Light Slate Blue. HEX triplet: 9B, 5C and FB. RGB value is (155,92,251). Sum of RGB (Red+Green+Blue) = 155+92+251=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #9B5CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5CFB is #64A304. Grayscale: #808080. Windows color (decimal): -6595333 or 16473243. OLE color: 16473243.
HSL color Cylindrical-coordinate representation of color #9B5CFB: hue angle of 263.77º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B5CFB is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 92 | 251 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.02 |
| HSL | 263.77º | 0.95% | 0.67% | - |
| HSV(B) | 263.77º | 0.63% | 0.98% | - |
| XYZ | 34.76 | 21.59 | 93.6 | - |
| YUV | 128.96 | 196.87 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 92 | 251 | 0.38 | 0.63 | 0 | 0.02 | 263.77 | 0.95 | 0.67 |
| Hex | 9B | 5C | FB | 26 | 3F | 0 | 2 | 108 | 5F | 43 |
| Octal | 233 | 134 | 373 | 46 | 77 | 0 | 2 | 410 | 137 | 103 |
| Binary | 10011011 | 1011100 | 11111011 | 100110 | 111111 | 0 | 10 | 100001000 | 1011111 | 1000011 |
Color Harmonies of #9B5CFB
Complementary color
Monochromatic Colors of #9B5CFB
Black with #9B5CFB
Text Example
Text Example
White with #9B5CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5CFB; }
p { color: rgb(155,92,251); }
H1.HeaderClassName
{
color: #9B5CFB;
}
.AnyTagClassName
{
color: #9B5CFB;
}
</style>
background-color css
<style>
a { background-color: #9B5CFB; }
a { background-color: rgb(155,92,251); }
div.DivClassName
{
background-color: #9B5CFB;
}
.BgClassName
{
background-color: #9B5CFB;
}
</style>
border-color css
<style>
span { border-color: #9B5CFB; }
span { border-color: rgb(155,92,251); }
td.TdClassName
{
border-color: #9B5CFB;
}
.TagClassName
{
border-color: #9B5CFB;
}
</style>