Shades of Light Slate Blue #9D5FFC
Tints of Light Slate Blue #9D5FFC
RGB
CMYK
RGB Variations
Color information
#9D5FFC (or 0x9D5FFC) is known color: Light Slate Blue. HEX triplet: 9D, 5F and FC. RGB value is (157,95,252). Sum of RGB (Red+Green+Blue) = 157+95+252=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #9D5FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5FFC is #62A003. Grayscale: #828282. Windows color (decimal): -6463492 or 16539549. OLE color: 16539549.
HSL color Cylindrical-coordinate representation of color #9D5FFC: hue angle of 263.69º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D5FFC is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 95 | 252 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.01 |
| HSL | 263.69º | 0.96% | 0.68% | - |
| HSV(B) | 263.69º | 0.62% | 0.99% | - |
| XYZ | 35.57 | 22.38 | 94.54 | - |
| YUV | 131.44 | 196.04 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 95 | 252 | 0.38 | 0.62 | 0 | 0.01 | 263.69 | 0.96 | 0.68 |
| Hex | 9D | 5F | FC | 26 | 3E | 0 | 1 | 108 | 60 | 44 |
| Octal | 235 | 137 | 374 | 46 | 76 | 0 | 1 | 410 | 140 | 104 |
| Binary | 10011101 | 1011111 | 11111100 | 100110 | 111110 | 0 | 1 | 100001000 | 1100000 | 1000100 |
Color Harmonies of #9D5FFC
Complementary color
Monochromatic Colors of #9D5FFC
Black with #9D5FFC
Text Example
Text Example
White with #9D5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5FFC; }
p { color: rgb(157,95,252); }
H1.HeaderClassName
{
color: #9D5FFC;
}
.AnyTagClassName
{
color: #9D5FFC;
}
</style>
background-color css
<style>
a { background-color: #9D5FFC; }
a { background-color: rgb(157,95,252); }
div.DivClassName
{
background-color: #9D5FFC;
}
.BgClassName
{
background-color: #9D5FFC;
}
</style>
border-color css
<style>
span { border-color: #9D5FFC; }
span { border-color: rgb(157,95,252); }
td.TdClassName
{
border-color: #9D5FFC;
}
.TagClassName
{
border-color: #9D5FFC;
}
</style>