Shades of Light Slate Blue #9B6FFD
Tints of Light Slate Blue #9B6FFD
RGB
CMYK
RGB Variations
Color information
#9B6FFD (or 0x9B6FFD) is known color: Light Slate Blue. HEX triplet: 9B, 6F and FD. RGB value is (155,111,253). Sum of RGB (Red+Green+Blue) = 155+111+253=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #9B6FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B6FFD is #649002. Grayscale: #8B8B8B. Windows color (decimal): -6590467 or 16609179. OLE color: 16609179.
HSL color Cylindrical-coordinate representation of color #9B6FFD: hue angle of 258.59º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B6FFD is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 111 | 253 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.01 |
| HSL | 258.59º | 0.97% | 0.71% | - |
| HSV(B) | 258.59º | 0.56% | 0.99% | - |
| XYZ | 36.93 | 25.43 | 95.89 | - |
| YUV | 140.34 | 191.58 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 111 | 253 | 0.39 | 0.56 | 0 | 0.01 | 258.59 | 0.97 | 0.71 |
| Hex | 9B | 6F | FD | 27 | 38 | 0 | 1 | 103 | 61 | 47 |
| Octal | 233 | 157 | 375 | 47 | 70 | 0 | 1 | 403 | 141 | 107 |
| Binary | 10011011 | 1101111 | 11111101 | 100111 | 111000 | 0 | 1 | 100000011 | 1100001 | 1000111 |
Color Harmonies of #9B6FFD
Complementary color
Monochromatic Colors of #9B6FFD
Black with #9B6FFD
Text Example
Text Example
White with #9B6FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6FFD; }
p { color: rgb(155,111,253); }
H1.HeaderClassName
{
color: #9B6FFD;
}
.AnyTagClassName
{
color: #9B6FFD;
}
</style>
background-color css
<style>
a { background-color: #9B6FFD; }
a { background-color: rgb(155,111,253); }
div.DivClassName
{
background-color: #9B6FFD;
}
.BgClassName
{
background-color: #9B6FFD;
}
</style>
border-color css
<style>
span { border-color: #9B6FFD; }
span { border-color: rgb(155,111,253); }
td.TdClassName
{
border-color: #9B6FFD;
}
.TagClassName
{
border-color: #9B6FFD;
}
</style>