Shades of Light Slate Blue #9B59FE
Tints of Light Slate Blue #9B59FE
RGB
CMYK
RGB Variations
Color information
#9B59FE (or 0x9B59FE) is known color: Light Slate Blue. HEX triplet: 9B, 59 and FE. RGB value is (155,89,254). Sum of RGB (Red+Green+Blue) = 155+89+254=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B59FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B59FE is #64A601. Grayscale: #7E7E7E. Windows color (decimal): -6596098 or 16669083. OLE color: 16669083.
HSL color Cylindrical-coordinate representation of color #9B59FE: hue angle of 264º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B59FE is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 89 | 254 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.00 |
| HSL | 264º | 0.99% | 0.67% | - |
| HSV(B) | 264º | 0.65% | 1% | - |
| XYZ | 34.98 | 21.27 | 96.03 | - |
| YUV | 127.54 | 199.37 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 89 | 254 | 0.39 | 0.65 | 0 | 0.00 | 264 | 0.99 | 0.67 |
| Hex | 9B | 59 | FE | 27 | 41 | 0 | 0 | 108 | 63 | 43 |
| Octal | 233 | 131 | 376 | 47 | 101 | 0 | 0 | 410 | 143 | 103 |
| Binary | 10011011 | 1011001 | 11111110 | 100111 | 1000001 | 0 | 0 | 100001000 | 1100011 | 1000011 |
Color Harmonies of #9B59FE
Complementary color
Monochromatic Colors of #9B59FE
Black with #9B59FE
Text Example
Text Example
White with #9B59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B59FE; }
p { color: rgb(155,89,254); }
H1.HeaderClassName
{
color: #9B59FE;
}
.AnyTagClassName
{
color: #9B59FE;
}
</style>
background-color css
<style>
a { background-color: #9B59FE; }
a { background-color: rgb(155,89,254); }
div.DivClassName
{
background-color: #9B59FE;
}
.BgClassName
{
background-color: #9B59FE;
}
</style>
border-color css
<style>
span { border-color: #9B59FE; }
span { border-color: rgb(155,89,254); }
td.TdClassName
{
border-color: #9B59FE;
}
.TagClassName
{
border-color: #9B59FE;
}
</style>