Shades of Light Slate Blue #9383FF
Tints of Light Slate Blue #9383FF
RGB
CMYK
RGB Variations
Color information
#9383FF (or 0x9383FF) is known color: Light Slate Blue. HEX triplet: 93, 83 and FF. RGB value is (147,131,255). Sum of RGB (Red+Green+Blue) = 147+131+255=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #9383FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9383FF is #6C7C00. Grayscale: #959595. Windows color (decimal): -7109633 or 16745363. OLE color: 16745363.
HSL color Cylindrical-coordinate representation of color #9383FF: hue angle of 247.74º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9383FF is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 131 | 255 | - |
| CMYK | 0.42 | 0.49 | 0 | 0 |
| HSL | 247.74º | 1% | 0.76% | - |
| HSV(B) | 247.74º | 0.49% | 1% | - |
| XYZ | 38.2 | 29.66 | 98.32 | - |
| YUV | 149.92 | 187.3 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 255 | 0.42 | 0.49 | 0 | 0 | 247.74 | 1 | 0.76 |
| Hex | 93 | 83 | FF | 2A | 31 | 0 | 0 | F8 | 64 | 4C |
| Octal | 223 | 203 | 377 | 52 | 61 | 0 | 0 | 370 | 144 | 114 |
| Binary | 10010011 | 10000011 | 11111111 | 101010 | 110001 | 0 | 0 | 11111000 | 1100100 | 1001100 |
Color Harmonies of #9383FF
Complementary color
Monochromatic Colors of #9383FF
Black with #9383FF
Text Example
Text Example
White with #9383FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9383FF; }
p { color: rgb(147,131,255); }
H1.HeaderClassName
{
color: #9383FF;
}
.AnyTagClassName
{
color: #9383FF;
}
</style>
background-color css
<style>
a { background-color: #9383FF; }
a { background-color: rgb(147,131,255); }
div.DivClassName
{
background-color: #9383FF;
}
.BgClassName
{
background-color: #9383FF;
}
</style>
border-color css
<style>
span { border-color: #9383FF; }
span { border-color: rgb(147,131,255); }
td.TdClassName
{
border-color: #9383FF;
}
.TagClassName
{
border-color: #9383FF;
}
</style>