Shades of Light Slate Blue #9D53FE
Tints of Light Slate Blue #9D53FE
RGB
CMYK
RGB Variations
Color information
#9D53FE (or 0x9D53FE) is known color: Light Slate Blue. HEX triplet: 9D, 53 and FE. RGB value is (157,83,254). Sum of RGB (Red+Green+Blue) = 157+83+254=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D53FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D53FE is #62AC01. Grayscale: #7C7C7C. Windows color (decimal): -6466562 or 16667549. OLE color: 16667549.
HSL color Cylindrical-coordinate representation of color #9D53FE: hue angle of 265.96º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D53FE is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 83 | 254 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.00 |
| HSL | 265.96º | 0.99% | 0.66% | - |
| HSV(B) | 265.96º | 0.67% | 1% | - |
| XYZ | 34.89 | 20.51 | 95.89 | - |
| YUV | 124.62 | 201.02 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 83 | 254 | 0.38 | 0.67 | 0 | 0.00 | 265.96 | 0.99 | 0.66 |
| Hex | 9D | 53 | FE | 26 | 43 | 0 | 0 | 10A | 63 | 42 |
| Octal | 235 | 123 | 376 | 46 | 103 | 0 | 0 | 412 | 143 | 102 |
| Binary | 10011101 | 1010011 | 11111110 | 100110 | 1000011 | 0 | 0 | 100001010 | 1100011 | 1000010 |
Color Harmonies of #9D53FE
Complementary color
Monochromatic Colors of #9D53FE
Black with #9D53FE
Text Example
Text Example
White with #9D53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D53FE; }
p { color: rgb(157,83,254); }
H1.HeaderClassName
{
color: #9D53FE;
}
.AnyTagClassName
{
color: #9D53FE;
}
</style>
background-color css
<style>
a { background-color: #9D53FE; }
a { background-color: rgb(157,83,254); }
div.DivClassName
{
background-color: #9D53FE;
}
.BgClassName
{
background-color: #9D53FE;
}
</style>
border-color css
<style>
span { border-color: #9D53FE; }
span { border-color: rgb(157,83,254); }
td.TdClassName
{
border-color: #9D53FE;
}
.TagClassName
{
border-color: #9D53FE;
}
</style>