Shades of Light Slate Blue #9D57FE
Tints of Light Slate Blue #9D57FE
RGB
CMYK
RGB Variations
Color information
#9D57FE (or 0x9D57FE) is known color: Light Slate Blue. HEX triplet: 9D, 57 and FE. RGB value is (157,87,254). Sum of RGB (Red+Green+Blue) = 157+87+254=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 87 (34.38% from 255 or 17.47% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D57FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D57FE is #62A801. Grayscale: #7E7E7E. Windows color (decimal): -6465538 or 16668573. OLE color: 16668573.
HSL color Cylindrical-coordinate representation of color #9D57FE: hue angle of 265.15º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D57FE is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 87 | 254 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.00 |
| HSL | 265.15º | 0.99% | 0.67% | - |
| HSV(B) | 265.15º | 0.66% | 1% | - |
| XYZ | 35.2 | 21.14 | 95.99 | - |
| YUV | 126.97 | 199.69 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 87 | 254 | 0.38 | 0.66 | 0 | 0.00 | 265.15 | 0.99 | 0.67 |
| Hex | 9D | 57 | FE | 26 | 42 | 0 | 0 | 109 | 63 | 43 |
| Octal | 235 | 127 | 376 | 46 | 102 | 0 | 0 | 411 | 143 | 103 |
| Binary | 10011101 | 1010111 | 11111110 | 100110 | 1000010 | 0 | 0 | 100001001 | 1100011 | 1000011 |
Color Harmonies of #9D57FE
Complementary color
Monochromatic Colors of #9D57FE
Black with #9D57FE
Text Example
Text Example
White with #9D57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D57FE; }
p { color: rgb(157,87,254); }
H1.HeaderClassName
{
color: #9D57FE;
}
.AnyTagClassName
{
color: #9D57FE;
}
</style>
background-color css
<style>
a { background-color: #9D57FE; }
a { background-color: rgb(157,87,254); }
div.DivClassName
{
background-color: #9D57FE;
}
.BgClassName
{
background-color: #9D57FE;
}
</style>
border-color css
<style>
span { border-color: #9D57FE; }
span { border-color: rgb(157,87,254); }
td.TdClassName
{
border-color: #9D57FE;
}
.TagClassName
{
border-color: #9D57FE;
}
</style>