Shades of Light Slate Blue #9350FE
Tints of Light Slate Blue #9350FE
RGB
CMYK
RGB Variations
Color information
#9350FE (or 0x9350FE) is known color: Light Slate Blue. HEX triplet: 93, 50 and FE. RGB value is (147,80,254). Sum of RGB (Red+Green+Blue) = 147+80+254=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #9350FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9350FE is #6CAF01. Grayscale: #777777. Windows color (decimal): -7122690 or 16666771. OLE color: 16666771.
HSL color Cylindrical-coordinate representation of color #9350FE: hue angle of 263.1º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9350FE is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 80 | 254 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.00 |
| HSL | 263.1º | 0.99% | 0.65% | - |
| HSV(B) | 263.1º | 0.69% | 1% | - |
| XYZ | 32.79 | 19.1 | 95.72 | - |
| YUV | 119.87 | 203.7 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 254 | 0.42 | 0.69 | 0 | 0.00 | 263.1 | 0.99 | 0.65 |
| Hex | 93 | 50 | FE | 2A | 45 | 0 | 0 | 107 | 63 | 41 |
| Octal | 223 | 120 | 376 | 52 | 105 | 0 | 0 | 407 | 143 | 101 |
| Binary | 10010011 | 1010000 | 11111110 | 101010 | 1000101 | 0 | 0 | 100000111 | 1100011 | 1000001 |
Color Harmonies of #9350FE
Complementary color
Monochromatic Colors of #9350FE
Black with #9350FE
Text Example
Text Example
White with #9350FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9350FE; }
p { color: rgb(147,80,254); }
H1.HeaderClassName
{
color: #9350FE;
}
.AnyTagClassName
{
color: #9350FE;
}
</style>
background-color css
<style>
a { background-color: #9350FE; }
a { background-color: rgb(147,80,254); }
div.DivClassName
{
background-color: #9350FE;
}
.BgClassName
{
background-color: #9350FE;
}
</style>
border-color css
<style>
span { border-color: #9350FE; }
span { border-color: rgb(147,80,254); }
td.TdClassName
{
border-color: #9350FE;
}
.TagClassName
{
border-color: #9350FE;
}
</style>