Shades of Light Slate Blue #9356FA
Tints of Light Slate Blue #9356FA
RGB
CMYK
RGB Variations
Color information
#9356FA (or 0x9356FA) is known color: Light Slate Blue. HEX triplet: 93, 56 and FA. RGB value is (147,86,250). Sum of RGB (Red+Green+Blue) = 147+86+250=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 86 (33.98% from 255 or 17.81% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #9356FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9356FA is #6CA905. Grayscale: #7A7A7A. Windows color (decimal): -7121158 or 16406163. OLE color: 16406163.
HSL color Cylindrical-coordinate representation of color #9356FA: hue angle of 262.32º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9356FA is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 86 | 250 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.02 |
| HSL | 262.32º | 0.94% | 0.66% | - |
| HSV(B) | 262.32º | 0.66% | 0.98% | - |
| XYZ | 32.62 | 19.76 | 92.54 | - |
| YUV | 122.94 | 199.71 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 250 | 0.41 | 0.66 | 0 | 0.02 | 262.32 | 0.94 | 0.66 |
| Hex | 93 | 56 | FA | 29 | 42 | 0 | 2 | 106 | 5E | 42 |
| Octal | 223 | 126 | 372 | 51 | 102 | 0 | 2 | 406 | 136 | 102 |
| Binary | 10010011 | 1010110 | 11111010 | 101001 | 1000010 | 0 | 10 | 100000110 | 1011110 | 1000010 |
Color Harmonies of #9356FA
Complementary color
Monochromatic Colors of #9356FA
Black with #9356FA
Text Example
Text Example
White with #9356FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9356FA; }
p { color: rgb(147,86,250); }
H1.HeaderClassName
{
color: #9356FA;
}
.AnyTagClassName
{
color: #9356FA;
}
</style>
background-color css
<style>
a { background-color: #9356FA; }
a { background-color: rgb(147,86,250); }
div.DivClassName
{
background-color: #9356FA;
}
.BgClassName
{
background-color: #9356FA;
}
</style>
border-color css
<style>
span { border-color: #9356FA; }
span { border-color: rgb(147,86,250); }
td.TdClassName
{
border-color: #9356FA;
}
.TagClassName
{
border-color: #9356FA;
}
</style>