Shades of Light Slate Blue #9A73F9
Tints of Light Slate Blue #9A73F9
RGB
CMYK
RGB Variations
Color information
#9A73F9 (or 0x9A73F9) is known color: Light Slate Blue. HEX triplet: 9A, 73 and F9. RGB value is (154,115,249). Sum of RGB (Red+Green+Blue) = 154+115+249=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A73F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A73F9 is #658C06. Grayscale: #8D8D8D. Windows color (decimal): -6654983 or 16348058. OLE color: 16348058.
HSL color Cylindrical-coordinate representation of color #9A73F9: hue angle of 257.46º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A73F9 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 115 | 249 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.02 |
| HSL | 257.46º | 0.92% | 0.71% | - |
| HSV(B) | 257.46º | 0.54% | 0.98% | - |
| XYZ | 36.56 | 25.97 | 92.71 | - |
| YUV | 141.94 | 188.42 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 249 | 0.38 | 0.54 | 0 | 0.02 | 257.46 | 0.92 | 0.71 |
| Hex | 9A | 73 | F9 | 26 | 36 | 0 | 2 | 101 | 5C | 47 |
| Octal | 232 | 163 | 371 | 46 | 66 | 0 | 2 | 401 | 134 | 107 |
| Binary | 10011010 | 1110011 | 11111001 | 100110 | 110110 | 0 | 10 | 100000001 | 1011100 | 1000111 |
Color Harmonies of #9A73F9
Complementary color
Monochromatic Colors of #9A73F9
Black with #9A73F9
Text Example
Text Example
White with #9A73F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A73F9; }
p { color: rgb(154,115,249); }
H1.HeaderClassName
{
color: #9A73F9;
}
.AnyTagClassName
{
color: #9A73F9;
}
</style>
background-color css
<style>
a { background-color: #9A73F9; }
a { background-color: rgb(154,115,249); }
div.DivClassName
{
background-color: #9A73F9;
}
.BgClassName
{
background-color: #9A73F9;
}
</style>
border-color css
<style>
span { border-color: #9A73F9; }
span { border-color: rgb(154,115,249); }
td.TdClassName
{
border-color: #9A73F9;
}
.TagClassName
{
border-color: #9A73F9;
}
</style>