Shades of Light Slate Blue #9654FF
Tints of Light Slate Blue #9654FF
RGB
CMYK
RGB Variations
Color information
#9654FF (or 0x9654FF) is known color: Light Slate Blue. HEX triplet: 96, 54 and FF. RGB value is (150,84,255). Sum of RGB (Red+Green+Blue) = 150+84+255=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #9654FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9654FF is #69AB00. Grayscale: #7A7A7A. Windows color (decimal): -6925057 or 16733334. OLE color: 16733334.
HSL color Cylindrical-coordinate representation of color #9654FF: hue angle of 263.16º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9654FF is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 84 | 255 | - |
| CMYK | 0.41 | 0.67 | 0 | 0 |
| HSL | 263.16º | 1% | 0.66% | - |
| HSV(B) | 263.16º | 0.67% | 1% | - |
| XYZ | 33.8 | 20.04 | 96.7 | - |
| YUV | 123.23 | 202.37 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 255 | 0.41 | 0.67 | 0 | 0 | 263.16 | 1 | 0.66 |
| Hex | 96 | 54 | FF | 29 | 43 | 0 | 0 | 107 | 64 | 42 |
| Octal | 226 | 124 | 377 | 51 | 103 | 0 | 0 | 407 | 144 | 102 |
| Binary | 10010110 | 1010100 | 11111111 | 101001 | 1000011 | 0 | 0 | 100000111 | 1100100 | 1000010 |
Color Harmonies of #9654FF
Complementary color
Monochromatic Colors of #9654FF
Black with #9654FF
Text Example
Text Example
White with #9654FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9654FF; }
p { color: rgb(150,84,255); }
H1.HeaderClassName
{
color: #9654FF;
}
.AnyTagClassName
{
color: #9654FF;
}
</style>
background-color css
<style>
a { background-color: #9654FF; }
a { background-color: rgb(150,84,255); }
div.DivClassName
{
background-color: #9654FF;
}
.BgClassName
{
background-color: #9654FF;
}
</style>
border-color css
<style>
span { border-color: #9654FF; }
span { border-color: rgb(150,84,255); }
td.TdClassName
{
border-color: #9654FF;
}
.TagClassName
{
border-color: #9654FF;
}
</style>