Shades of Light Slate Blue #9655F9
Tints of Light Slate Blue #9655F9
RGB
CMYK
RGB Variations
Color information
#9655F9 (or 0x9655F9) is known color: Light Slate Blue. HEX triplet: 96, 55 and F9. RGB value is (150,85,249). Sum of RGB (Red+Green+Blue) = 150+85+249=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #9655F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9655F9 is #69AA06. Grayscale: #7A7A7A. Windows color (decimal): -6924807 or 16340374. OLE color: 16340374.
HSL color Cylindrical-coordinate representation of color #9655F9: hue angle of 263.78º degrees, saturation: 0.93, 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 #9655F9 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 85 | 249 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.02 |
| HSL | 263.78º | 0.93% | 0.65% | - |
| HSV(B) | 263.78º | 0.66% | 0.98% | - |
| XYZ | 32.93 | 19.82 | 91.71 | - |
| YUV | 123.13 | 199.03 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 249 | 0.40 | 0.66 | 0 | 0.02 | 263.78 | 0.93 | 0.65 |
| Hex | 96 | 55 | F9 | 28 | 42 | 0 | 2 | 108 | 5D | 41 |
| Octal | 226 | 125 | 371 | 50 | 102 | 0 | 2 | 410 | 135 | 101 |
| Binary | 10010110 | 1010101 | 11111001 | 101000 | 1000010 | 0 | 10 | 100001000 | 1011101 | 1000001 |
Color Harmonies of #9655F9
Complementary color
Monochromatic Colors of #9655F9
Black with #9655F9
Text Example
Text Example
White with #9655F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9655F9; }
p { color: rgb(150,85,249); }
H1.HeaderClassName
{
color: #9655F9;
}
.AnyTagClassName
{
color: #9655F9;
}
</style>
background-color css
<style>
a { background-color: #9655F9; }
a { background-color: rgb(150,85,249); }
div.DivClassName
{
background-color: #9655F9;
}
.BgClassName
{
background-color: #9655F9;
}
</style>
border-color css
<style>
span { border-color: #9655F9; }
span { border-color: rgb(150,85,249); }
td.TdClassName
{
border-color: #9655F9;
}
.TagClassName
{
border-color: #9655F9;
}
</style>