Shades of Light Slate Blue #9D6FFC
Tints of Light Slate Blue #9D6FFC
RGB
CMYK
RGB Variations
Color information
#9D6FFC (or 0x9D6FFC) is known color: Light Slate Blue. HEX triplet: 9D, 6F and FC. RGB value is (157,111,252). Sum of RGB (Red+Green+Blue) = 157+111+252=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D6FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6FFC is #629003. Grayscale: #8C8C8C. Windows color (decimal): -6459396 or 16543645. OLE color: 16543645.
HSL color Cylindrical-coordinate representation of color #9D6FFC: hue angle of 259.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D6FFC is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 111 | 252 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.01 |
| HSL | 259.57º | 0.96% | 0.71% | - |
| HSV(B) | 259.57º | 0.56% | 0.99% | - |
| XYZ | 37.16 | 25.57 | 95.07 | - |
| YUV | 140.83 | 190.74 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 111 | 252 | 0.38 | 0.56 | 0 | 0.01 | 259.57 | 0.96 | 0.71 |
| Hex | 9D | 6F | FC | 26 | 38 | 0 | 1 | 104 | 60 | 47 |
| Octal | 235 | 157 | 374 | 46 | 70 | 0 | 1 | 404 | 140 | 107 |
| Binary | 10011101 | 1101111 | 11111100 | 100110 | 111000 | 0 | 1 | 100000100 | 1100000 | 1000111 |
Color Harmonies of #9D6FFC
Complementary color
Monochromatic Colors of #9D6FFC
Black with #9D6FFC
Text Example
Text Example
White with #9D6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6FFC; }
p { color: rgb(157,111,252); }
H1.HeaderClassName
{
color: #9D6FFC;
}
.AnyTagClassName
{
color: #9D6FFC;
}
</style>
background-color css
<style>
a { background-color: #9D6FFC; }
a { background-color: rgb(157,111,252); }
div.DivClassName
{
background-color: #9D6FFC;
}
.BgClassName
{
background-color: #9D6FFC;
}
</style>
border-color css
<style>
span { border-color: #9D6FFC; }
span { border-color: rgb(157,111,252); }
td.TdClassName
{
border-color: #9D6FFC;
}
.TagClassName
{
border-color: #9D6FFC;
}
</style>