Shades of Light Slate Blue #9F73FA
Tints of Light Slate Blue #9F73FA
RGB
CMYK
RGB Variations
Color information
#9F73FA (or 0x9F73FA) is known color: Light Slate Blue. HEX triplet: 9F, 73 and FA. RGB value is (159,115,250). Sum of RGB (Red+Green+Blue) = 159+115+250=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F73FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F73FA is #608C05. Grayscale: #8F8F8F. Windows color (decimal): -6327302 or 16413599. OLE color: 16413599.
HSL color Cylindrical-coordinate representation of color #9F73FA: hue angle of 259.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F73FA is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 115 | 250 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.02 |
| HSL | 259.56º | 0.93% | 0.72% | - |
| HSV(B) | 259.56º | 0.54% | 0.98% | - |
| XYZ | 37.68 | 26.53 | 93.58 | - |
| YUV | 143.55 | 188.08 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 250 | 0.36 | 0.54 | 0 | 0.02 | 259.56 | 0.93 | 0.72 |
| Hex | 9F | 73 | FA | 24 | 36 | 0 | 2 | 104 | 5D | 48 |
| Octal | 237 | 163 | 372 | 44 | 66 | 0 | 2 | 404 | 135 | 110 |
| Binary | 10011111 | 1110011 | 11111010 | 100100 | 110110 | 0 | 10 | 100000100 | 1011101 | 1001000 |
Color Harmonies of #9F73FA
Complementary color
Monochromatic Colors of #9F73FA
Black with #9F73FA
Text Example
Text Example
White with #9F73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F73FA; }
p { color: rgb(159,115,250); }
H1.HeaderClassName
{
color: #9F73FA;
}
.AnyTagClassName
{
color: #9F73FA;
}
</style>
background-color css
<style>
a { background-color: #9F73FA; }
a { background-color: rgb(159,115,250); }
div.DivClassName
{
background-color: #9F73FA;
}
.BgClassName
{
background-color: #9F73FA;
}
</style>
border-color css
<style>
span { border-color: #9F73FA; }
span { border-color: rgb(159,115,250); }
td.TdClassName
{
border-color: #9F73FA;
}
.TagClassName
{
border-color: #9F73FA;
}
</style>