Shades of Light Slate Blue #9358FF
Tints of Light Slate Blue #9358FF
RGB
CMYK
RGB Variations
Color information
#9358FF (or 0x9358FF) is known color: Light Slate Blue. HEX triplet: 93, 58 and FF. RGB value is (147,88,255). Sum of RGB (Red+Green+Blue) = 147+88+255=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 88 (34.77% from 255 or 17.96% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #9358FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9358FF is #6CA700. Grayscale: #7C7C7C. Windows color (decimal): -7120641 or 16734355. OLE color: 16734355.
HSL color Cylindrical-coordinate representation of color #9358FF: hue angle of 261.2º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9358FF is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 88 | 255 | - |
| CMYK | 0.42 | 0.65 | 0 | 0 |
| HSL | 261.2º | 1% | 0.67% | - |
| HSV(B) | 261.2º | 0.65% | 1% | - |
| XYZ | 33.57 | 20.4 | 96.78 | - |
| YUV | 124.68 | 201.55 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 255 | 0.42 | 0.65 | 0 | 0 | 261.2 | 1 | 0.67 |
| Hex | 93 | 58 | FF | 2A | 41 | 0 | 0 | 105 | 64 | 43 |
| Octal | 223 | 130 | 377 | 52 | 101 | 0 | 0 | 405 | 144 | 103 |
| Binary | 10010011 | 1011000 | 11111111 | 101010 | 1000001 | 0 | 0 | 100000101 | 1100100 | 1000011 |
Color Harmonies of #9358FF
Complementary color
Monochromatic Colors of #9358FF
Black with #9358FF
Text Example
Text Example
White with #9358FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9358FF; }
p { color: rgb(147,88,255); }
H1.HeaderClassName
{
color: #9358FF;
}
.AnyTagClassName
{
color: #9358FF;
}
</style>
background-color css
<style>
a { background-color: #9358FF; }
a { background-color: rgb(147,88,255); }
div.DivClassName
{
background-color: #9358FF;
}
.BgClassName
{
background-color: #9358FF;
}
</style>
border-color css
<style>
span { border-color: #9358FF; }
span { border-color: rgb(147,88,255); }
td.TdClassName
{
border-color: #9358FF;
}
.TagClassName
{
border-color: #9358FF;
}
</style>