Shades of Light Slate Blue #9D50FE
Tints of Light Slate Blue #9D50FE
RGB
CMYK
RGB Variations
Color information
#9D50FE (or 0x9D50FE) is known color: Light Slate Blue. HEX triplet: 9D, 50 and FE. RGB value is (157,80,254). Sum of RGB (Red+Green+Blue) = 157+80+254=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D50FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D50FE is #62AF01. Grayscale: #7A7A7A. Windows color (decimal): -6467330 or 16666781. OLE color: 16666781.
HSL color Cylindrical-coordinate representation of color #9D50FE: hue angle of 266.55º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D50FE is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 80 | 254 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.00 |
| HSL | 266.55º | 0.99% | 0.65% | - |
| HSV(B) | 266.55º | 0.69% | 1% | - |
| XYZ | 34.66 | 20.06 | 95.81 | - |
| YUV | 122.86 | 202.01 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 254 | 0.38 | 0.69 | 0 | 0.00 | 266.55 | 0.99 | 0.65 |
| Hex | 9D | 50 | FE | 26 | 45 | 0 | 0 | 10B | 63 | 41 |
| Octal | 235 | 120 | 376 | 46 | 105 | 0 | 0 | 413 | 143 | 101 |
| Binary | 10011101 | 1010000 | 11111110 | 100110 | 1000101 | 0 | 0 | 100001011 | 1100011 | 1000001 |
Color Harmonies of #9D50FE
Complementary color
Monochromatic Colors of #9D50FE
Black with #9D50FE
Text Example
Text Example
White with #9D50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D50FE; }
p { color: rgb(157,80,254); }
H1.HeaderClassName
{
color: #9D50FE;
}
.AnyTagClassName
{
color: #9D50FE;
}
</style>
background-color css
<style>
a { background-color: #9D50FE; }
a { background-color: rgb(157,80,254); }
div.DivClassName
{
background-color: #9D50FE;
}
.BgClassName
{
background-color: #9D50FE;
}
</style>
border-color css
<style>
span { border-color: #9D50FE; }
span { border-color: rgb(157,80,254); }
td.TdClassName
{
border-color: #9D50FE;
}
.TagClassName
{
border-color: #9D50FE;
}
</style>