Shades of Light Slate Blue #9A63FA
Tints of Light Slate Blue #9A63FA
RGB
CMYK
RGB Variations
Color information
#9A63FA (or 0x9A63FA) is known color: Light Slate Blue. HEX triplet: 9A, 63 and FA. RGB value is (154,99,250). Sum of RGB (Red+Green+Blue) = 154+99+250=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #9A63FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A63FA is #659C05. Grayscale: #848484. Windows color (decimal): -6659078 or 16409498. OLE color: 16409498.
HSL color Cylindrical-coordinate representation of color #9A63FA: hue angle of 261.85º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A63FA is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 99 | 250 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.02 |
| HSL | 261.85º | 0.94% | 0.68% | - |
| HSV(B) | 261.85º | 0.6% | 0.98% | - |
| XYZ | 35.04 | 22.7 | 92.98 | - |
| YUV | 132.66 | 194.22 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 250 | 0.38 | 0.60 | 0 | 0.02 | 261.85 | 0.94 | 0.68 |
| Hex | 9A | 63 | FA | 26 | 3C | 0 | 2 | 106 | 5E | 44 |
| Octal | 232 | 143 | 372 | 46 | 74 | 0 | 2 | 406 | 136 | 104 |
| Binary | 10011010 | 1100011 | 11111010 | 100110 | 111100 | 0 | 10 | 100000110 | 1011110 | 1000100 |
Color Harmonies of #9A63FA
Complementary color
Monochromatic Colors of #9A63FA
Black with #9A63FA
Text Example
Text Example
White with #9A63FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A63FA; }
p { color: rgb(154,99,250); }
H1.HeaderClassName
{
color: #9A63FA;
}
.AnyTagClassName
{
color: #9A63FA;
}
</style>
background-color css
<style>
a { background-color: #9A63FA; }
a { background-color: rgb(154,99,250); }
div.DivClassName
{
background-color: #9A63FA;
}
.BgClassName
{
background-color: #9A63FA;
}
</style>
border-color css
<style>
span { border-color: #9A63FA; }
span { border-color: rgb(154,99,250); }
td.TdClassName
{
border-color: #9A63FA;
}
.TagClassName
{
border-color: #9A63FA;
}
</style>