Shades of Light Slate Blue #9B6FFF
Tints of Light Slate Blue #9B6FFF
RGB
CMYK
RGB Variations
Color information
#9B6FFF (or 0x9B6FFF) is known color: Light Slate Blue. HEX triplet: 9B, 6F and FF. RGB value is (155,111,255). Sum of RGB (Red+Green+Blue) = 155+111+255=521 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.75% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B6FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B6FFF is #649000. Grayscale: #8C8C8C. Windows color (decimal): -6590465 or 16740251. OLE color: 16740251.
HSL color Cylindrical-coordinate representation of color #9B6FFF: hue angle of 258.33º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B6FFF is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 111 | 255 | - |
| CMYK | 0.39 | 0.56 | 0 | 0 |
| HSL | 258.33º | 1% | 0.72% | - |
| HSV(B) | 258.33º | 0.56% | 1% | - |
| XYZ | 37.25 | 25.56 | 97.58 | - |
| YUV | 140.57 | 192.58 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 111 | 255 | 0.39 | 0.56 | 0 | 0 | 258.33 | 1 | 0.72 |
| Hex | 9B | 6F | FF | 27 | 38 | 0 | 0 | 102 | 64 | 48 |
| Octal | 233 | 157 | 377 | 47 | 70 | 0 | 0 | 402 | 144 | 110 |
| Binary | 10011011 | 1101111 | 11111111 | 100111 | 111000 | 0 | 0 | 100000010 | 1100100 | 1001000 |
Color Harmonies of #9B6FFF
Complementary color
Monochromatic Colors of #9B6FFF
Black with #9B6FFF
Text Example
Text Example
White with #9B6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6FFF; }
p { color: rgb(155,111,255); }
H1.HeaderClassName
{
color: #9B6FFF;
}
.AnyTagClassName
{
color: #9B6FFF;
}
</style>
background-color css
<style>
a { background-color: #9B6FFF; }
a { background-color: rgb(155,111,255); }
div.DivClassName
{
background-color: #9B6FFF;
}
.BgClassName
{
background-color: #9B6FFF;
}
</style>
border-color css
<style>
span { border-color: #9B6FFF; }
span { border-color: rgb(155,111,255); }
td.TdClassName
{
border-color: #9B6FFF;
}
.TagClassName
{
border-color: #9B6FFF;
}
</style>