Shades of Light Slate Blue #9384FF
Tints of Light Slate Blue #9384FF
RGB
CMYK
RGB Variations
Color information
#9384FF (or 0x9384FF) is known color: Light Slate Blue. HEX triplet: 93, 84 and FF. RGB value is (147,132,255). Sum of RGB (Red+Green+Blue) = 147+132+255=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #9384FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9384FF is #6C7B00. Grayscale: #969696. Windows color (decimal): -7109377 or 16745619. OLE color: 16745619.
HSL color Cylindrical-coordinate representation of color #9384FF: hue angle of 247.32º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9384FF is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 132 | 255 | - |
| CMYK | 0.42 | 0.48 | 0 | 0 |
| HSL | 247.32º | 1% | 0.76% | - |
| HSV(B) | 247.32º | 0.48% | 1% | - |
| XYZ | 38.33 | 29.93 | 98.36 | - |
| YUV | 150.51 | 186.97 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 132 | 255 | 0.42 | 0.48 | 0 | 0 | 247.32 | 1 | 0.76 |
| Hex | 93 | 84 | FF | 2A | 30 | 0 | 0 | F7 | 64 | 4C |
| Octal | 223 | 204 | 377 | 52 | 60 | 0 | 0 | 367 | 144 | 114 |
| Binary | 10010011 | 10000100 | 11111111 | 101010 | 110000 | 0 | 0 | 11110111 | 1100100 | 1001100 |
Color Harmonies of #9384FF
Complementary color
Monochromatic Colors of #9384FF
Black with #9384FF
Text Example
Text Example
White with #9384FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9384FF; }
p { color: rgb(147,132,255); }
H1.HeaderClassName
{
color: #9384FF;
}
.AnyTagClassName
{
color: #9384FF;
}
</style>
background-color css
<style>
a { background-color: #9384FF; }
a { background-color: rgb(147,132,255); }
div.DivClassName
{
background-color: #9384FF;
}
.BgClassName
{
background-color: #9384FF;
}
</style>
border-color css
<style>
span { border-color: #9384FF; }
span { border-color: rgb(147,132,255); }
td.TdClassName
{
border-color: #9384FF;
}
.TagClassName
{
border-color: #9384FF;
}
</style>