Shades of Light Slate Blue #9654FA
Tints of Light Slate Blue #9654FA
RGB
CMYK
RGB Variations
Color information
#9654FA (or 0x9654FA) is known color: Light Slate Blue. HEX triplet: 96, 54 and FA. RGB value is (150,84,250). Sum of RGB (Red+Green+Blue) = 150+84+250=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #9654FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9654FA is #69AB05. Grayscale: #7A7A7A. Windows color (decimal): -6925062 or 16405654. OLE color: 16405654.
HSL color Cylindrical-coordinate representation of color #9654FA: hue angle of 263.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9654FA is Cyan = 0.4, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 84 | 250 | - |
| CMYK | 0.4 | 0.66 | 0 | 0.02 |
| HSL | 263.86º | 0.94% | 0.65% | - |
| HSV(B) | 263.86º | 0.66% | 0.98% | - |
| XYZ | 33 | 19.73 | 92.51 | - |
| YUV | 122.66 | 199.87 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 250 | 0.4 | 0.66 | 0 | 0.02 | 263.86 | 0.94 | 0.65 |
| Hex | 96 | 54 | FA | 28 | 42 | 0 | 2 | 108 | 5E | 41 |
| Octal | 226 | 124 | 372 | 50 | 102 | 0 | 2 | 410 | 136 | 101 |
| Binary | 10010110 | 1010100 | 11111010 | 101000 | 1000010 | 0 | 10 | 100001000 | 1011110 | 1000001 |
Color Harmonies of #9654FA
Complementary color
Monochromatic Colors of #9654FA
Black with #9654FA
Text Example
Text Example
White with #9654FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9654FA; }
p { color: rgb(150,84,250); }
H1.HeaderClassName
{
color: #9654FA;
}
.AnyTagClassName
{
color: #9654FA;
}
</style>
background-color css
<style>
a { background-color: #9654FA; }
a { background-color: rgb(150,84,250); }
div.DivClassName
{
background-color: #9654FA;
}
.BgClassName
{
background-color: #9654FA;
}
</style>
border-color css
<style>
span { border-color: #9654FA; }
span { border-color: rgb(150,84,250); }
td.TdClassName
{
border-color: #9654FA;
}
.TagClassName
{
border-color: #9654FA;
}
</style>