Shades of Light Slate Blue #9F56FF
Tints of Light Slate Blue #9F56FF
RGB
CMYK
RGB Variations
Color information
#9F56FF (or 0x9F56FF) is known color: Light Slate Blue. HEX triplet: 9F, 56 and FF. RGB value is (159,86,255). Sum of RGB (Red+Green+Blue) = 159+86+255=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F56FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F56FF is #60A900. Grayscale: #7E7E7E. Windows color (decimal): -6334721 or 16733855. OLE color: 16733855.
HSL color Cylindrical-coordinate representation of color #9F56FF: hue angle of 265.92º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F56FF is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 86 | 255 | - |
| CMYK | 0.38 | 0.66 | 0 | 0 |
| HSL | 265.92º | 1% | 0.67% | - |
| HSV(B) | 265.92º | 0.66% | 1% | - |
| XYZ | 35.68 | 21.25 | 96.83 | - |
| YUV | 127.09 | 200.18 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 255 | 0.38 | 0.66 | 0 | 0 | 265.92 | 1 | 0.67 |
| Hex | 9F | 56 | FF | 26 | 42 | 0 | 0 | 10A | 64 | 43 |
| Octal | 237 | 126 | 377 | 46 | 102 | 0 | 0 | 412 | 144 | 103 |
| Binary | 10011111 | 1010110 | 11111111 | 100110 | 1000010 | 0 | 0 | 100001010 | 1100100 | 1000011 |
Color Harmonies of #9F56FF
Complementary color
Monochromatic Colors of #9F56FF
Black with #9F56FF
Text Example
Text Example
White with #9F56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F56FF; }
p { color: rgb(159,86,255); }
H1.HeaderClassName
{
color: #9F56FF;
}
.AnyTagClassName
{
color: #9F56FF;
}
</style>
background-color css
<style>
a { background-color: #9F56FF; }
a { background-color: rgb(159,86,255); }
div.DivClassName
{
background-color: #9F56FF;
}
.BgClassName
{
background-color: #9F56FF;
}
</style>
border-color css
<style>
span { border-color: #9F56FF; }
span { border-color: rgb(159,86,255); }
td.TdClassName
{
border-color: #9F56FF;
}
.TagClassName
{
border-color: #9F56FF;
}
</style>