Shades of Light Slate Blue #9D6DFB
Tints of Light Slate Blue #9D6DFB
RGB
CMYK
RGB Variations
Color information
#9D6DFB (or 0x9D6DFB) is known color: Light Slate Blue. HEX triplet: 9D, 6D and FB. RGB value is (157,109,251). Sum of RGB (Red+Green+Blue) = 157+109+251=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #9D6DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6DFB is #629204. Grayscale: #8B8B8B. Windows color (decimal): -6459909 or 16477597. OLE color: 16477597.
HSL color Cylindrical-coordinate representation of color #9D6DFB: hue angle of 260.28º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D6DFB is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 109 | 251 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.02 |
| HSL | 260.28º | 0.95% | 0.71% | - |
| HSV(B) | 260.28º | 0.57% | 0.98% | - |
| XYZ | 36.79 | 25.07 | 94.17 | - |
| YUV | 139.54 | 190.9 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 109 | 251 | 0.37 | 0.57 | 0 | 0.02 | 260.28 | 0.95 | 0.71 |
| Hex | 9D | 6D | FB | 25 | 39 | 0 | 2 | 104 | 5F | 47 |
| Octal | 235 | 155 | 373 | 45 | 71 | 0 | 2 | 404 | 137 | 107 |
| Binary | 10011101 | 1101101 | 11111011 | 100101 | 111001 | 0 | 10 | 100000100 | 1011111 | 1000111 |
Color Harmonies of #9D6DFB
Complementary color
Monochromatic Colors of #9D6DFB
Black with #9D6DFB
Text Example
Text Example
White with #9D6DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6DFB; }
p { color: rgb(157,109,251); }
H1.HeaderClassName
{
color: #9D6DFB;
}
.AnyTagClassName
{
color: #9D6DFB;
}
</style>
background-color css
<style>
a { background-color: #9D6DFB; }
a { background-color: rgb(157,109,251); }
div.DivClassName
{
background-color: #9D6DFB;
}
.BgClassName
{
background-color: #9D6DFB;
}
</style>
border-color css
<style>
span { border-color: #9D6DFB; }
span { border-color: rgb(157,109,251); }
td.TdClassName
{
border-color: #9D6DFB;
}
.TagClassName
{
border-color: #9D6DFB;
}
</style>