Shades of Light Slate Blue #9385F9
Tints of Light Slate Blue #9385F9
RGB
CMYK
RGB Variations
Color information
#9385F9 (or 0x9385F9) is known color: Light Slate Blue. HEX triplet: 93, 85 and F9. RGB value is (147,133,249). Sum of RGB (Red+Green+Blue) = 147+133+249=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 249 (97.66% from 255 or 47.07% from 529); Max value from RGB is 249 - color contains mainly: blue. Hex color #9385F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9385F9 is #6C7A06. Grayscale: #959595. Windows color (decimal): -7109127 or 16352659. OLE color: 16352659.
HSL color Cylindrical-coordinate representation of color #9385F9: hue angle of 247.24º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9385F9 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 133 | 249 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.02 |
| HSL | 247.24º | 0.91% | 0.75% | - |
| HSV(B) | 247.24º | 0.47% | 0.98% | - |
| XYZ | 37.52 | 29.82 | 93.4 | - |
| YUV | 150.41 | 183.64 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 133 | 249 | 0.41 | 0.47 | 0 | 0.02 | 247.24 | 0.91 | 0.75 |
| Hex | 93 | 85 | F9 | 29 | 2F | 0 | 2 | F7 | 5B | 4B |
| Octal | 223 | 205 | 371 | 51 | 57 | 0 | 2 | 367 | 133 | 113 |
| Binary | 10010011 | 10000101 | 11111001 | 101001 | 101111 | 0 | 10 | 11110111 | 1011011 | 1001011 |
Color Harmonies of #9385F9
Complementary color
Monochromatic Colors of #9385F9
Black with #9385F9
Text Example
Text Example
White with #9385F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9385F9; }
p { color: rgb(147,133,249); }
H1.HeaderClassName
{
color: #9385F9;
}
.AnyTagClassName
{
color: #9385F9;
}
</style>
background-color css
<style>
a { background-color: #9385F9; }
a { background-color: rgb(147,133,249); }
div.DivClassName
{
background-color: #9385F9;
}
.BgClassName
{
background-color: #9385F9;
}
</style>
border-color css
<style>
span { border-color: #9385F9; }
span { border-color: rgb(147,133,249); }
td.TdClassName
{
border-color: #9385F9;
}
.TagClassName
{
border-color: #9385F9;
}
</style>