Shades of Light Slate Blue #9B51FE
Tints of Light Slate Blue #9B51FE
RGB
CMYK
RGB Variations
Color information
#9B51FE (or 0x9B51FE) is known color: Light Slate Blue. HEX triplet: 9B, 51 and FE. RGB value is (155,81,254). Sum of RGB (Red+Green+Blue) = 155+81+254=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B51FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B51FE is #64AE01. Grayscale: #7A7A7A. Windows color (decimal): -6598146 or 16667035. OLE color: 16667035.
HSL color Cylindrical-coordinate representation of color #9B51FE: hue angle of 265.66º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B51FE is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 81 | 254 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.00 |
| HSL | 265.66º | 0.99% | 0.66% | - |
| HSV(B) | 265.66º | 0.68% | 1% | - |
| XYZ | 34.35 | 20.01 | 95.82 | - |
| YUV | 122.85 | 202.02 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 254 | 0.39 | 0.68 | 0 | 0.00 | 265.66 | 0.99 | 0.66 |
| Hex | 9B | 51 | FE | 27 | 44 | 0 | 0 | 10A | 63 | 42 |
| Octal | 233 | 121 | 376 | 47 | 104 | 0 | 0 | 412 | 143 | 102 |
| Binary | 10011011 | 1010001 | 11111110 | 100111 | 1000100 | 0 | 0 | 100001010 | 1100011 | 1000010 |
Color Harmonies of #9B51FE
Complementary color
Monochromatic Colors of #9B51FE
Black with #9B51FE
Text Example
Text Example
White with #9B51FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B51FE; }
p { color: rgb(155,81,254); }
H1.HeaderClassName
{
color: #9B51FE;
}
.AnyTagClassName
{
color: #9B51FE;
}
</style>
background-color css
<style>
a { background-color: #9B51FE; }
a { background-color: rgb(155,81,254); }
div.DivClassName
{
background-color: #9B51FE;
}
.BgClassName
{
background-color: #9B51FE;
}
</style>
border-color css
<style>
span { border-color: #9B51FE; }
span { border-color: rgb(155,81,254); }
td.TdClassName
{
border-color: #9B51FE;
}
.TagClassName
{
border-color: #9B51FE;
}
</style>