Shades of Light Slate Blue #9383F3
Tints of Light Slate Blue #9383F3
RGB
CMYK
RGB Variations
Color information
#9383F3 (or 0x9383F3) is known color: Light Slate Blue. HEX triplet: 93, 83 and F3. RGB value is (147,131,243). Sum of RGB (Red+Green+Blue) = 147+131+243=521 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.21% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #9383F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9383F3 is #6C7C0C. Grayscale: #949494. Windows color (decimal): -7109645 or 15958931. OLE color: 15958931.
HSL color Cylindrical-coordinate representation of color #9383F3: hue angle of 248.57º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9383F3 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 131 | 243 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.05 |
| HSL | 248.57º | 0.82% | 0.73% | - |
| HSV(B) | 248.57º | 0.46% | 0.95% | - |
| XYZ | 36.33 | 28.91 | 88.46 | - |
| YUV | 148.55 | 181.3 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 243 | 0.40 | 0.46 | 0 | 0.05 | 248.57 | 0.82 | 0.73 |
| Hex | 93 | 83 | F3 | 28 | 2E | 0 | 5 | F9 | 52 | 49 |
| Octal | 223 | 203 | 363 | 50 | 56 | 0 | 5 | 371 | 122 | 111 |
| Binary | 10010011 | 10000011 | 11110011 | 101000 | 101110 | 0 | 101 | 11111001 | 1010010 | 1001001 |
Color Harmonies of #9383F3
Complementary color
Monochromatic Colors of #9383F3
Black with #9383F3
Text Example
Text Example
White with #9383F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9383F3; }
p { color: rgb(147,131,243); }
H1.HeaderClassName
{
color: #9383F3;
}
.AnyTagClassName
{
color: #9383F3;
}
</style>
background-color css
<style>
a { background-color: #9383F3; }
a { background-color: rgb(147,131,243); }
div.DivClassName
{
background-color: #9383F3;
}
.BgClassName
{
background-color: #9383F3;
}
</style>
border-color css
<style>
span { border-color: #9383F3; }
span { border-color: rgb(147,131,243); }
td.TdClassName
{
border-color: #9383F3;
}
.TagClassName
{
border-color: #9383F3;
}
</style>