Shades of Light Slate Blue #9356FD
Tints of Light Slate Blue #9356FD
RGB
CMYK
RGB Variations
Color information
#9356FD (or 0x9356FD) is known color: Light Slate Blue. HEX triplet: 93, 56 and FD. RGB value is (147,86,253). Sum of RGB (Red+Green+Blue) = 147+86+253=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 86 (33.98% from 255 or 17.70% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #9356FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9356FD is #6CA902. Grayscale: #7A7A7A. Windows color (decimal): -7121155 or 16602771. OLE color: 16602771.
HSL color Cylindrical-coordinate representation of color #9356FD: hue angle of 261.92º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9356FD is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 86 | 253 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.01 |
| HSL | 261.92º | 0.98% | 0.66% | - |
| HSV(B) | 261.92º | 0.66% | 0.99% | - |
| XYZ | 33.09 | 19.95 | 95.04 | - |
| YUV | 123.28 | 201.21 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 253 | 0.42 | 0.66 | 0 | 0.01 | 261.92 | 0.98 | 0.66 |
| Hex | 93 | 56 | FD | 2A | 42 | 0 | 1 | 106 | 62 | 42 |
| Octal | 223 | 126 | 375 | 52 | 102 | 0 | 1 | 406 | 142 | 102 |
| Binary | 10010011 | 1010110 | 11111101 | 101010 | 1000010 | 0 | 1 | 100000110 | 1100010 | 1000010 |
Color Harmonies of #9356FD
Complementary color
Monochromatic Colors of #9356FD
Black with #9356FD
Text Example
Text Example
White with #9356FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9356FD; }
p { color: rgb(147,86,253); }
H1.HeaderClassName
{
color: #9356FD;
}
.AnyTagClassName
{
color: #9356FD;
}
</style>
background-color css
<style>
a { background-color: #9356FD; }
a { background-color: rgb(147,86,253); }
div.DivClassName
{
background-color: #9356FD;
}
.BgClassName
{
background-color: #9356FD;
}
</style>
border-color css
<style>
span { border-color: #9356FD; }
span { border-color: rgb(147,86,253); }
td.TdClassName
{
border-color: #9356FD;
}
.TagClassName
{
border-color: #9356FD;
}
</style>