Shades of Light Slate Blue #9389F8
Tints of Light Slate Blue #9389F8
RGB
CMYK
RGB Variations
Color information
#9389F8 (or 0x9389F8) is known color: Light Slate Blue. HEX triplet: 93, 89 and F8. RGB value is (147,137,248). Sum of RGB (Red+Green+Blue) = 147+137+248=532 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.63% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #9389F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9389F8 is #6C7607. Grayscale: #989898. Windows color (decimal): -7108104 or 16288147. OLE color: 16288147.
HSL color Cylindrical-coordinate representation of color #9389F8: hue angle of 245.41º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9389F8 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 137 | 248 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.03 |
| HSL | 245.41º | 0.89% | 0.75% | - |
| HSV(B) | 245.41º | 0.45% | 0.97% | - |
| XYZ | 37.92 | 30.87 | 92.77 | - |
| YUV | 152.64 | 181.81 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 248 | 0.41 | 0.45 | 0 | 0.03 | 245.41 | 0.89 | 0.75 |
| Hex | 93 | 89 | F8 | 29 | 2D | 0 | 3 | F5 | 59 | 4B |
| Octal | 223 | 211 | 370 | 51 | 55 | 0 | 3 | 365 | 131 | 113 |
| Binary | 10010011 | 10001001 | 11111000 | 101001 | 101101 | 0 | 11 | 11110101 | 1011001 | 1001011 |
Color Harmonies of #9389F8
Complementary color
Monochromatic Colors of #9389F8
Black with #9389F8
Text Example
Text Example
White with #9389F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9389F8; }
p { color: rgb(147,137,248); }
H1.HeaderClassName
{
color: #9389F8;
}
.AnyTagClassName
{
color: #9389F8;
}
</style>
background-color css
<style>
a { background-color: #9389F8; }
a { background-color: rgb(147,137,248); }
div.DivClassName
{
background-color: #9389F8;
}
.BgClassName
{
background-color: #9389F8;
}
</style>
border-color css
<style>
span { border-color: #9389F8; }
span { border-color: rgb(147,137,248); }
td.TdClassName
{
border-color: #9389F8;
}
.TagClassName
{
border-color: #9389F8;
}
</style>