Shades of Light Slate Blue #9B56FF
Tints of Light Slate Blue #9B56FF
RGB
CMYK
RGB Variations
Color information
#9B56FF (or 0x9B56FF) is known color: Light Slate Blue. HEX triplet: 9B, 56 and FF. RGB value is (155,86,255). Sum of RGB (Red+Green+Blue) = 155+86+255=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B56FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B56FF is #64A900. Grayscale: #7D7D7D. Windows color (decimal): -6596865 or 16733851. OLE color: 16733851.
HSL color Cylindrical-coordinate representation of color #9B56FF: hue angle of 264.5º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B56FF is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 86 | 255 | - |
| CMYK | 0.39 | 0.66 | 0 | 0 |
| HSL | 264.5º | 1% | 0.67% | - |
| HSV(B) | 264.5º | 0.66% | 1% | - |
| XYZ | 34.9 | 20.84 | 96.79 | - |
| YUV | 125.9 | 200.86 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 86 | 255 | 0.39 | 0.66 | 0 | 0 | 264.5 | 1 | 0.67 |
| Hex | 9B | 56 | FF | 27 | 42 | 0 | 0 | 108 | 64 | 43 |
| Octal | 233 | 126 | 377 | 47 | 102 | 0 | 0 | 410 | 144 | 103 |
| Binary | 10011011 | 1010110 | 11111111 | 100111 | 1000010 | 0 | 0 | 100001000 | 1100100 | 1000011 |
Color Harmonies of #9B56FF
Complementary color
Monochromatic Colors of #9B56FF
Black with #9B56FF
Text Example
Text Example
White with #9B56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B56FF; }
p { color: rgb(155,86,255); }
H1.HeaderClassName
{
color: #9B56FF;
}
.AnyTagClassName
{
color: #9B56FF;
}
</style>
background-color css
<style>
a { background-color: #9B56FF; }
a { background-color: rgb(155,86,255); }
div.DivClassName
{
background-color: #9B56FF;
}
.BgClassName
{
background-color: #9B56FF;
}
</style>
border-color css
<style>
span { border-color: #9B56FF; }
span { border-color: rgb(155,86,255); }
td.TdClassName
{
border-color: #9B56FF;
}
.TagClassName
{
border-color: #9B56FF;
}
</style>