Shades of Light Slate Blue #9D6CFF
Tints of Light Slate Blue #9D6CFF
RGB
CMYK
RGB Variations
Color information
#9D6CFF (or 0x9D6CFF) is known color: Light Slate Blue. HEX triplet: 9D, 6C and FF. RGB value is (157,108,255). Sum of RGB (Red+Green+Blue) = 157+108+255=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D6CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6CFF is #629300. Grayscale: #8A8A8A. Windows color (decimal): -6460161 or 16739485. OLE color: 16739485.
HSL color Cylindrical-coordinate representation of color #9D6CFF: hue angle of 260º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D6CFF is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 108 | 255 | - |
| CMYK | 0.38 | 0.58 | 0 | 0 |
| HSL | 260º | 1% | 0.71% | - |
| HSV(B) | 260º | 0.58% | 1% | - |
| XYZ | 37.32 | 25.11 | 97.49 | - |
| YUV | 139.41 | 193.23 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 108 | 255 | 0.38 | 0.58 | 0 | 0 | 260 | 1 | 0.71 |
| Hex | 9D | 6C | FF | 26 | 3A | 0 | 0 | 104 | 64 | 47 |
| Octal | 235 | 154 | 377 | 46 | 72 | 0 | 0 | 404 | 144 | 107 |
| Binary | 10011101 | 1101100 | 11111111 | 100110 | 111010 | 0 | 0 | 100000100 | 1100100 | 1000111 |
Color Harmonies of #9D6CFF
Complementary color
Monochromatic Colors of #9D6CFF
Black with #9D6CFF
Text Example
Text Example
White with #9D6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6CFF; }
p { color: rgb(157,108,255); }
H1.HeaderClassName
{
color: #9D6CFF;
}
.AnyTagClassName
{
color: #9D6CFF;
}
</style>
background-color css
<style>
a { background-color: #9D6CFF; }
a { background-color: rgb(157,108,255); }
div.DivClassName
{
background-color: #9D6CFF;
}
.BgClassName
{
background-color: #9D6CFF;
}
</style>
border-color css
<style>
span { border-color: #9D6CFF; }
span { border-color: rgb(157,108,255); }
td.TdClassName
{
border-color: #9D6CFF;
}
.TagClassName
{
border-color: #9D6CFF;
}
</style>