Shades of Light Slate Blue #9D6DF9
Tints of Light Slate Blue #9D6DF9
RGB
CMYK
RGB Variations
Color information
#9D6DF9 (or 0x9D6DF9) is known color: Light Slate Blue. HEX triplet: 9D, 6D and F9. RGB value is (157,109,249). Sum of RGB (Red+Green+Blue) = 157+109+249=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #9D6DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6DF9 is #629206. Grayscale: #8A8A8A. Windows color (decimal): -6459911 or 16346525. OLE color: 16346525.
HSL color Cylindrical-coordinate representation of color #9D6DF9: hue angle of 260.57º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D6DF9 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 109 | 249 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.02 |
| HSL | 260.57º | 0.92% | 0.7% | - |
| HSV(B) | 260.57º | 0.56% | 0.98% | - |
| XYZ | 36.47 | 24.94 | 92.52 | - |
| YUV | 139.31 | 189.9 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 109 | 249 | 0.37 | 0.56 | 0 | 0.02 | 260.57 | 0.92 | 0.7 |
| Hex | 9D | 6D | F9 | 25 | 38 | 0 | 2 | 105 | 5C | 46 |
| Octal | 235 | 155 | 371 | 45 | 70 | 0 | 2 | 405 | 134 | 106 |
| Binary | 10011101 | 1101101 | 11111001 | 100101 | 111000 | 0 | 10 | 100000101 | 1011100 | 1000110 |
Color Harmonies of #9D6DF9
Complementary color
Monochromatic Colors of #9D6DF9
Black with #9D6DF9
Text Example
Text Example
White with #9D6DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6DF9; }
p { color: rgb(157,109,249); }
H1.HeaderClassName
{
color: #9D6DF9;
}
.AnyTagClassName
{
color: #9D6DF9;
}
</style>
background-color css
<style>
a { background-color: #9D6DF9; }
a { background-color: rgb(157,109,249); }
div.DivClassName
{
background-color: #9D6DF9;
}
.BgClassName
{
background-color: #9D6DF9;
}
</style>
border-color css
<style>
span { border-color: #9D6DF9; }
span { border-color: rgb(157,109,249); }
td.TdClassName
{
border-color: #9D6DF9;
}
.TagClassName
{
border-color: #9D6DF9;
}
</style>