Shades of Light Slate Blue #9D5FFF
Tints of Light Slate Blue #9D5FFF
RGB
CMYK
RGB Variations
Color information
#9D5FFF (or 0x9D5FFF) is known color: Light Slate Blue. HEX triplet: 9D, 5F and FF. RGB value is (157,95,255). Sum of RGB (Red+Green+Blue) = 157+95+255=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D5FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5FFF is #62A000. Grayscale: #838383. Windows color (decimal): -6463489 or 16736157. OLE color: 16736157.
HSL color Cylindrical-coordinate representation of color #9D5FFF: hue angle of 263.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D5FFF is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 95 | 255 | - |
| CMYK | 0.38 | 0.63 | 0 | 0 |
| HSL | 263.25º | 1% | 0.69% | - |
| HSV(B) | 263.25º | 0.63% | 1% | - |
| XYZ | 36.05 | 22.57 | 97.06 | - |
| YUV | 131.78 | 197.54 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 95 | 255 | 0.38 | 0.63 | 0 | 0 | 263.25 | 1 | 0.69 |
| Hex | 9D | 5F | FF | 26 | 3F | 0 | 0 | 107 | 64 | 45 |
| Octal | 235 | 137 | 377 | 46 | 77 | 0 | 0 | 407 | 144 | 105 |
| Binary | 10011101 | 1011111 | 11111111 | 100110 | 111111 | 0 | 0 | 100000111 | 1100100 | 1000101 |
Color Harmonies of #9D5FFF
Complementary color
Monochromatic Colors of #9D5FFF
Black with #9D5FFF
Text Example
Text Example
White with #9D5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5FFF; }
p { color: rgb(157,95,255); }
H1.HeaderClassName
{
color: #9D5FFF;
}
.AnyTagClassName
{
color: #9D5FFF;
}
</style>
background-color css
<style>
a { background-color: #9D5FFF; }
a { background-color: rgb(157,95,255); }
div.DivClassName
{
background-color: #9D5FFF;
}
.BgClassName
{
background-color: #9D5FFF;
}
</style>
border-color css
<style>
span { border-color: #9D5FFF; }
span { border-color: rgb(157,95,255); }
td.TdClassName
{
border-color: #9D5FFF;
}
.TagClassName
{
border-color: #9D5FFF;
}
</style>