Shades of Light Slate Blue #9381F0
Tints of Light Slate Blue #9381F0
RGB
CMYK
RGB Variations
Color information
#9381F0 (or 0x9381F0) is known color: Light Slate Blue. HEX triplet: 93, 81 and F0. RGB value is (147,129,240). Sum of RGB (Red+Green+Blue) = 147+129+240=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #9381F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9381F0 is #6C7E0F. Grayscale: #929292. Windows color (decimal): -7110160 or 15761811. OLE color: 15761811.
HSL color Cylindrical-coordinate representation of color #9381F0: hue angle of 249.73º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9381F0 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 129 | 240 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.06 |
| HSL | 249.73º | 0.79% | 0.72% | - |
| HSV(B) | 249.73º | 0.46% | 0.94% | - |
| XYZ | 35.61 | 28.19 | 86 | - |
| YUV | 147.04 | 180.46 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 129 | 240 | 0.39 | 0.46 | 0 | 0.06 | 249.73 | 0.79 | 0.72 |
| Hex | 93 | 81 | F0 | 27 | 2E | 0 | 6 | FA | 4F | 48 |
| Octal | 223 | 201 | 360 | 47 | 56 | 0 | 6 | 372 | 117 | 110 |
| Binary | 10010011 | 10000001 | 11110000 | 100111 | 101110 | 0 | 110 | 11111010 | 1001111 | 1001000 |
Color Harmonies of #9381F0
Complementary color
Monochromatic Colors of #9381F0
Black with #9381F0
Text Example
Text Example
White with #9381F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9381F0; }
p { color: rgb(147,129,240); }
H1.HeaderClassName
{
color: #9381F0;
}
.AnyTagClassName
{
color: #9381F0;
}
</style>
background-color css
<style>
a { background-color: #9381F0; }
a { background-color: rgb(147,129,240); }
div.DivClassName
{
background-color: #9381F0;
}
.BgClassName
{
background-color: #9381F0;
}
</style>
border-color css
<style>
span { border-color: #9381F0; }
span { border-color: rgb(147,129,240); }
td.TdClassName
{
border-color: #9381F0;
}
.TagClassName
{
border-color: #9381F0;
}
</style>