Shades of Light Slate Blue #9A58FA
Tints of Light Slate Blue #9A58FA
RGB
CMYK
RGB Variations
Color information
#9A58FA (or 0x9A58FA) is known color: Light Slate Blue. HEX triplet: 9A, 58 and FA. RGB value is (154,88,250). Sum of RGB (Red+Green+Blue) = 154+88+250=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A58FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A58FA is #65A705. Grayscale: #7D7D7D. Windows color (decimal): -6661894 or 16406682. OLE color: 16406682.
HSL color Cylindrical-coordinate representation of color #9A58FA: hue angle of 264.44º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A58FA is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 88 | 250 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.02 |
| HSL | 264.44º | 0.94% | 0.66% | - |
| HSV(B) | 264.44º | 0.65% | 0.98% | - |
| XYZ | 34.07 | 20.75 | 92.65 | - |
| YUV | 126.2 | 197.87 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 250 | 0.38 | 0.65 | 0 | 0.02 | 264.44 | 0.94 | 0.66 |
| Hex | 9A | 58 | FA | 26 | 41 | 0 | 2 | 108 | 5E | 42 |
| Octal | 232 | 130 | 372 | 46 | 101 | 0 | 2 | 410 | 136 | 102 |
| Binary | 10011010 | 1011000 | 11111010 | 100110 | 1000001 | 0 | 10 | 100001000 | 1011110 | 1000010 |
Color Harmonies of #9A58FA
Complementary color
Monochromatic Colors of #9A58FA
Black with #9A58FA
Text Example
Text Example
White with #9A58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A58FA; }
p { color: rgb(154,88,250); }
H1.HeaderClassName
{
color: #9A58FA;
}
.AnyTagClassName
{
color: #9A58FA;
}
</style>
background-color css
<style>
a { background-color: #9A58FA; }
a { background-color: rgb(154,88,250); }
div.DivClassName
{
background-color: #9A58FA;
}
.BgClassName
{
background-color: #9A58FA;
}
</style>
border-color css
<style>
span { border-color: #9A58FA; }
span { border-color: rgb(154,88,250); }
td.TdClassName
{
border-color: #9A58FA;
}
.TagClassName
{
border-color: #9A58FA;
}
</style>