Shades of Light Slate Blue #9356FE
Tints of Light Slate Blue #9356FE
RGB
CMYK
RGB Variations
Color information
#9356FE (or 0x9356FE) is known color: Light Slate Blue. HEX triplet: 93, 56 and FE. RGB value is (147,86,254). Sum of RGB (Red+Green+Blue) = 147+86+254=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #9356FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9356FE is #6CA901. Grayscale: #7A7A7A. Windows color (decimal): -7121154 or 16668307. OLE color: 16668307.
HSL color Cylindrical-coordinate representation of color #9356FE: hue angle of 261.79º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9356FE is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 86 | 254 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.00 |
| HSL | 261.79º | 0.99% | 0.67% | - |
| HSV(B) | 261.79º | 0.66% | 1% | - |
| XYZ | 33.25 | 20.01 | 95.88 | - |
| YUV | 123.39 | 201.71 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 254 | 0.42 | 0.66 | 0 | 0.00 | 261.79 | 0.99 | 0.67 |
| Hex | 93 | 56 | FE | 2A | 42 | 0 | 0 | 106 | 63 | 43 |
| Octal | 223 | 126 | 376 | 52 | 102 | 0 | 0 | 406 | 143 | 103 |
| Binary | 10010011 | 1010110 | 11111110 | 101010 | 1000010 | 0 | 0 | 100000110 | 1100011 | 1000011 |
Color Harmonies of #9356FE
Complementary color
Monochromatic Colors of #9356FE
Black with #9356FE
Text Example
Text Example
White with #9356FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9356FE; }
p { color: rgb(147,86,254); }
H1.HeaderClassName
{
color: #9356FE;
}
.AnyTagClassName
{
color: #9356FE;
}
</style>
background-color css
<style>
a { background-color: #9356FE; }
a { background-color: rgb(147,86,254); }
div.DivClassName
{
background-color: #9356FE;
}
.BgClassName
{
background-color: #9356FE;
}
</style>
border-color css
<style>
span { border-color: #9356FE; }
span { border-color: rgb(147,86,254); }
td.TdClassName
{
border-color: #9356FE;
}
.TagClassName
{
border-color: #9356FE;
}
</style>