Shades of Light Slate Blue #9D6EFD
Tints of Light Slate Blue #9D6EFD
RGB
CMYK
RGB Variations
Color information
#9D6EFD (or 0x9D6EFD) is known color: Light Slate Blue. HEX triplet: 9D, 6E and FD. RGB value is (157,110,253). Sum of RGB (Red+Green+Blue) = 157+110+253=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #9D6EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6EFD is #629102. Grayscale: #8B8B8B. Windows color (decimal): -6459651 or 16608925. OLE color: 16608925.
HSL color Cylindrical-coordinate representation of color #9D6EFD: hue angle of 259.72º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D6EFD is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 110 | 253 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.01 |
| HSL | 259.72º | 0.97% | 0.71% | - |
| HSV(B) | 259.72º | 0.57% | 0.99% | - |
| XYZ | 37.21 | 25.41 | 95.87 | - |
| YUV | 140.36 | 191.57 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 110 | 253 | 0.38 | 0.57 | 0 | 0.01 | 259.72 | 0.97 | 0.71 |
| Hex | 9D | 6E | FD | 26 | 39 | 0 | 1 | 104 | 61 | 47 |
| Octal | 235 | 156 | 375 | 46 | 71 | 0 | 1 | 404 | 141 | 107 |
| Binary | 10011101 | 1101110 | 11111101 | 100110 | 111001 | 0 | 1 | 100000100 | 1100001 | 1000111 |
Color Harmonies of #9D6EFD
Complementary color
Monochromatic Colors of #9D6EFD
Black with #9D6EFD
Text Example
Text Example
White with #9D6EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6EFD; }
p { color: rgb(157,110,253); }
H1.HeaderClassName
{
color: #9D6EFD;
}
.AnyTagClassName
{
color: #9D6EFD;
}
</style>
background-color css
<style>
a { background-color: #9D6EFD; }
a { background-color: rgb(157,110,253); }
div.DivClassName
{
background-color: #9D6EFD;
}
.BgClassName
{
background-color: #9D6EFD;
}
</style>
border-color css
<style>
span { border-color: #9D6EFD; }
span { border-color: rgb(157,110,253); }
td.TdClassName
{
border-color: #9D6EFD;
}
.TagClassName
{
border-color: #9D6EFD;
}
</style>