Shades of Light Slate Blue #9D54FF
Tints of Light Slate Blue #9D54FF
RGB
CMYK
RGB Variations
Color information
#9D54FF (or 0x9D54FF) is known color: Light Slate Blue. HEX triplet: 9D, 54 and FF. RGB value is (157,84,255). Sum of RGB (Red+Green+Blue) = 157+84+255=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #9D54FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D54FF is #62AB00. Grayscale: #7C7C7C. Windows color (decimal): -6466305 or 16733341. OLE color: 16733341.
HSL color Cylindrical-coordinate representation of color #9D54FF: hue angle of 265.61º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D54FF is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 84 | 255 | - |
| CMYK | 0.38 | 0.67 | 0 | 0 |
| HSL | 265.61º | 1% | 0.66% | - |
| HSV(B) | 265.61º | 0.67% | 1% | - |
| XYZ | 35.12 | 20.73 | 96.76 | - |
| YUV | 125.32 | 201.18 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 84 | 255 | 0.38 | 0.67 | 0 | 0 | 265.61 | 1 | 0.66 |
| Hex | 9D | 54 | FF | 26 | 43 | 0 | 0 | 10A | 64 | 42 |
| Octal | 235 | 124 | 377 | 46 | 103 | 0 | 0 | 412 | 144 | 102 |
| Binary | 10011101 | 1010100 | 11111111 | 100110 | 1000011 | 0 | 0 | 100001010 | 1100100 | 1000010 |
Color Harmonies of #9D54FF
Complementary color
Monochromatic Colors of #9D54FF
Black with #9D54FF
Text Example
Text Example
White with #9D54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D54FF; }
p { color: rgb(157,84,255); }
H1.HeaderClassName
{
color: #9D54FF;
}
.AnyTagClassName
{
color: #9D54FF;
}
</style>
background-color css
<style>
a { background-color: #9D54FF; }
a { background-color: rgb(157,84,255); }
div.DivClassName
{
background-color: #9D54FF;
}
.BgClassName
{
background-color: #9D54FF;
}
</style>
border-color css
<style>
span { border-color: #9D54FF; }
span { border-color: rgb(157,84,255); }
td.TdClassName
{
border-color: #9D54FF;
}
.TagClassName
{
border-color: #9D54FF;
}
</style>