Shades of Light Slate Blue #9656FA
Tints of Light Slate Blue #9656FA
RGB
CMYK
RGB Variations
Color information
#9656FA (or 0x9656FA) is known color: Light Slate Blue. HEX triplet: 96, 56 and FA. RGB value is (150,86,250). Sum of RGB (Red+Green+Blue) = 150+86+250=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #9656FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9656FA is #69A905. Grayscale: #7B7B7B. Windows color (decimal): -6924550 or 16406166. OLE color: 16406166.
HSL color Cylindrical-coordinate representation of color #9656FA: hue angle of 263.41º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9656FA is Cyan = 0.4, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 86 | 250 | - |
| CMYK | 0.4 | 0.66 | 0 | 0.02 |
| HSL | 263.41º | 0.94% | 0.66% | - |
| HSV(B) | 263.41º | 0.66% | 0.98% | - |
| XYZ | 33.16 | 20.04 | 92.56 | - |
| YUV | 123.83 | 199.2 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 250 | 0.4 | 0.66 | 0 | 0.02 | 263.41 | 0.94 | 0.66 |
| Hex | 96 | 56 | FA | 28 | 42 | 0 | 2 | 107 | 5E | 42 |
| Octal | 226 | 126 | 372 | 50 | 102 | 0 | 2 | 407 | 136 | 102 |
| Binary | 10010110 | 1010110 | 11111010 | 101000 | 1000010 | 0 | 10 | 100000111 | 1011110 | 1000010 |
Color Harmonies of #9656FA
Complementary color
Monochromatic Colors of #9656FA
Black with #9656FA
Text Example
Text Example
White with #9656FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9656FA; }
p { color: rgb(150,86,250); }
H1.HeaderClassName
{
color: #9656FA;
}
.AnyTagClassName
{
color: #9656FA;
}
</style>
background-color css
<style>
a { background-color: #9656FA; }
a { background-color: rgb(150,86,250); }
div.DivClassName
{
background-color: #9656FA;
}
.BgClassName
{
background-color: #9656FA;
}
</style>
border-color css
<style>
span { border-color: #9656FA; }
span { border-color: rgb(150,86,250); }
td.TdClassName
{
border-color: #9656FA;
}
.TagClassName
{
border-color: #9656FA;
}
</style>