Shades of Light Slate Blue #9D5AFF
Tints of Light Slate Blue #9D5AFF
RGB
CMYK
RGB Variations
Color information
#9D5AFF (or 0x9D5AFF) is known color: Light Slate Blue. HEX triplet: 9D, 5A and FF. RGB value is (157,90,255). Sum of RGB (Red+Green+Blue) = 157+90+255=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D5AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D5AFF is #62A500. Grayscale: #808080. Windows color (decimal): -6464769 or 16734877. OLE color: 16734877.
HSL color Cylindrical-coordinate representation of color #9D5AFF: hue angle of 264.36º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D5AFF is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 90 | 255 | - |
| CMYK | 0.38 | 0.65 | 0 | 0 |
| HSL | 264.36º | 1% | 0.68% | - |
| HSV(B) | 264.36º | 0.65% | 1% | - |
| XYZ | 35.61 | 21.7 | 96.92 | - |
| YUV | 128.84 | 199.2 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 90 | 255 | 0.38 | 0.65 | 0 | 0 | 264.36 | 1 | 0.68 |
| Hex | 9D | 5A | FF | 26 | 41 | 0 | 0 | 108 | 64 | 44 |
| Octal | 235 | 132 | 377 | 46 | 101 | 0 | 0 | 410 | 144 | 104 |
| Binary | 10011101 | 1011010 | 11111111 | 100110 | 1000001 | 0 | 0 | 100001000 | 1100100 | 1000100 |
Color Harmonies of #9D5AFF
Complementary color
Monochromatic Colors of #9D5AFF
Black with #9D5AFF
Text Example
Text Example
White with #9D5AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5AFF; }
p { color: rgb(157,90,255); }
H1.HeaderClassName
{
color: #9D5AFF;
}
.AnyTagClassName
{
color: #9D5AFF;
}
</style>
background-color css
<style>
a { background-color: #9D5AFF; }
a { background-color: rgb(157,90,255); }
div.DivClassName
{
background-color: #9D5AFF;
}
.BgClassName
{
background-color: #9D5AFF;
}
</style>
border-color css
<style>
span { border-color: #9D5AFF; }
span { border-color: rgb(157,90,255); }
td.TdClassName
{
border-color: #9D5AFF;
}
.TagClassName
{
border-color: #9D5AFF;
}
</style>