Shades of Light Slate Blue #9381FF
Tints of Light Slate Blue #9381FF
RGB
CMYK
RGB Variations
Color information
#9381FF (or 0x9381FF) is known color: Light Slate Blue. HEX triplet: 93, 81 and FF. RGB value is (147,129,255). Sum of RGB (Red+Green+Blue) = 147+129+255=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #9381FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9381FF is #6C7E00. Grayscale: #949494. Windows color (decimal): -7110145 or 16744851. OLE color: 16744851.
HSL color Cylindrical-coordinate representation of color #9381FF: hue angle of 248.57º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9381FF is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 129 | 255 | - |
| CMYK | 0.42 | 0.49 | 0 | 0 |
| HSL | 248.57º | 1% | 0.75% | - |
| HSV(B) | 248.57º | 0.49% | 1% | - |
| XYZ | 37.93 | 29.12 | 98.23 | - |
| YUV | 148.75 | 187.96 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 129 | 255 | 0.42 | 0.49 | 0 | 0 | 248.57 | 1 | 0.75 |
| Hex | 93 | 81 | FF | 2A | 31 | 0 | 0 | F9 | 64 | 4B |
| Octal | 223 | 201 | 377 | 52 | 61 | 0 | 0 | 371 | 144 | 113 |
| Binary | 10010011 | 10000001 | 11111111 | 101010 | 110001 | 0 | 0 | 11111001 | 1100100 | 1001011 |
Color Harmonies of #9381FF
Complementary color
Monochromatic Colors of #9381FF
Black with #9381FF
Text Example
Text Example
White with #9381FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9381FF; }
p { color: rgb(147,129,255); }
H1.HeaderClassName
{
color: #9381FF;
}
.AnyTagClassName
{
color: #9381FF;
}
</style>
background-color css
<style>
a { background-color: #9381FF; }
a { background-color: rgb(147,129,255); }
div.DivClassName
{
background-color: #9381FF;
}
.BgClassName
{
background-color: #9381FF;
}
</style>
border-color css
<style>
span { border-color: #9381FF; }
span { border-color: rgb(147,129,255); }
td.TdClassName
{
border-color: #9381FF;
}
.TagClassName
{
border-color: #9381FF;
}
</style>