Shades of Light Slate Blue #9D7CFF
Tints of Light Slate Blue #9D7CFF
RGB
CMYK
RGB Variations
Color information
#9D7CFF (or 0x9D7CFF) is known color: Light Slate Blue. HEX triplet: 9D, 7C and FF. RGB value is (157,124,255). Sum of RGB (Red+Green+Blue) = 157+124+255=536 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.29% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D7CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7CFF is #628300. Grayscale: #949494. Windows color (decimal): -6456065 or 16743581. OLE color: 16743581.
HSL color Cylindrical-coordinate representation of color #9D7CFF: hue angle of 255.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D7CFF is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 124 | 255 | - |
| CMYK | 0.38 | 0.51 | 0 | 0 |
| HSL | 255.11º | 1% | 0.74% | - |
| HSV(B) | 255.11º | 0.51% | 1% | - |
| XYZ | 39.16 | 28.8 | 98.1 | - |
| YUV | 148.8 | 187.93 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 124 | 255 | 0.38 | 0.51 | 0 | 0 | 255.11 | 1 | 0.74 |
| Hex | 9D | 7C | FF | 26 | 33 | 0 | 0 | FF | 64 | 4A |
| Octal | 235 | 174 | 377 | 46 | 63 | 0 | 0 | 377 | 144 | 112 |
| Binary | 10011101 | 1111100 | 11111111 | 100110 | 110011 | 0 | 0 | 11111111 | 1100100 | 1001010 |
Color Harmonies of #9D7CFF
Complementary color
Monochromatic Colors of #9D7CFF
Black with #9D7CFF
Text Example
Text Example
White with #9D7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7CFF; }
p { color: rgb(157,124,255); }
H1.HeaderClassName
{
color: #9D7CFF;
}
.AnyTagClassName
{
color: #9D7CFF;
}
</style>
background-color css
<style>
a { background-color: #9D7CFF; }
a { background-color: rgb(157,124,255); }
div.DivClassName
{
background-color: #9D7CFF;
}
.BgClassName
{
background-color: #9D7CFF;
}
</style>
border-color css
<style>
span { border-color: #9D7CFF; }
span { border-color: rgb(157,124,255); }
td.TdClassName
{
border-color: #9D7CFF;
}
.TagClassName
{
border-color: #9D7CFF;
}
</style>