Shades of Light Slate Blue #9F73FF
Tints of Light Slate Blue #9F73FF
RGB
CMYK
RGB Variations
Color information
#9F73FF (or 0x9F73FF) is known color: Light Slate Blue. HEX triplet: 9F, 73 and FF. RGB value is (159,115,255). Sum of RGB (Red+Green+Blue) = 159+115+255=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 115 (45.31% from 255 or 21.74% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F73FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F73FF is #608C00. Grayscale: #8F8F8F. Windows color (decimal): -6327297 or 16741279. OLE color: 16741279.
HSL color Cylindrical-coordinate representation of color #9F73FF: hue angle of 258.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F73FF is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 115 | 255 | - |
| CMYK | 0.38 | 0.55 | 0 | 0 |
| HSL | 258.86º | 1% | 0.73% | - |
| HSV(B) | 258.86º | 0.55% | 1% | - |
| XYZ | 38.48 | 26.85 | 97.76 | - |
| YUV | 144.12 | 190.58 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 255 | 0.38 | 0.55 | 0 | 0 | 258.86 | 1 | 0.73 |
| Hex | 9F | 73 | FF | 26 | 37 | 0 | 0 | 103 | 64 | 49 |
| Octal | 237 | 163 | 377 | 46 | 67 | 0 | 0 | 403 | 144 | 111 |
| Binary | 10011111 | 1110011 | 11111111 | 100110 | 110111 | 0 | 0 | 100000011 | 1100100 | 1001001 |
Color Harmonies of #9F73FF
Complementary color
Monochromatic Colors of #9F73FF
Black with #9F73FF
Text Example
Text Example
White with #9F73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F73FF; }
p { color: rgb(159,115,255); }
H1.HeaderClassName
{
color: #9F73FF;
}
.AnyTagClassName
{
color: #9F73FF;
}
</style>
background-color css
<style>
a { background-color: #9F73FF; }
a { background-color: rgb(159,115,255); }
div.DivClassName
{
background-color: #9F73FF;
}
.BgClassName
{
background-color: #9F73FF;
}
</style>
border-color css
<style>
span { border-color: #9F73FF; }
span { border-color: rgb(159,115,255); }
td.TdClassName
{
border-color: #9F73FF;
}
.TagClassName
{
border-color: #9F73FF;
}
</style>