Shades of Light Slate Blue #9350FA
Tints of Light Slate Blue #9350FA
RGB
CMYK
RGB Variations
Color information
#9350FA (or 0x9350FA) is known color: Light Slate Blue. HEX triplet: 93, 50 and FA. RGB value is (147,80,250). Sum of RGB (Red+Green+Blue) = 147+80+250=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #9350FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9350FA is #6CAF05. Grayscale: #767676. Windows color (decimal): -7122694 or 16404627. OLE color: 16404627.
HSL color Cylindrical-coordinate representation of color #9350FA: hue angle of 263.65º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9350FA is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 80 | 250 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.02 |
| HSL | 263.65º | 0.94% | 0.65% | - |
| HSV(B) | 263.65º | 0.68% | 0.98% | - |
| XYZ | 32.16 | 18.84 | 92.38 | - |
| YUV | 119.41 | 201.7 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 250 | 0.41 | 0.68 | 0 | 0.02 | 263.65 | 0.94 | 0.65 |
| Hex | 93 | 50 | FA | 29 | 44 | 0 | 2 | 108 | 5E | 41 |
| Octal | 223 | 120 | 372 | 51 | 104 | 0 | 2 | 410 | 136 | 101 |
| Binary | 10010011 | 1010000 | 11111010 | 101001 | 1000100 | 0 | 10 | 100001000 | 1011110 | 1000001 |
Color Harmonies of #9350FA
Complementary color
Monochromatic Colors of #9350FA
Black with #9350FA
Text Example
Text Example
White with #9350FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9350FA; }
p { color: rgb(147,80,250); }
H1.HeaderClassName
{
color: #9350FA;
}
.AnyTagClassName
{
color: #9350FA;
}
</style>
background-color css
<style>
a { background-color: #9350FA; }
a { background-color: rgb(147,80,250); }
div.DivClassName
{
background-color: #9350FA;
}
.BgClassName
{
background-color: #9350FA;
}
</style>
border-color css
<style>
span { border-color: #9350FA; }
span { border-color: rgb(147,80,250); }
td.TdClassName
{
border-color: #9350FA;
}
.TagClassName
{
border-color: #9350FA;
}
</style>