Shades of Light Slate Blue #9483F0
Tints of Light Slate Blue #9483F0
RGB
CMYK
RGB Variations
Color information
#9483F0 (or 0x9483F0) is known color: Light Slate Blue. HEX triplet: 94, 83 and F0. RGB value is (148,131,240). Sum of RGB (Red+Green+Blue) = 148+131+240=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #9483F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9483F0 is #6B7C0F. Grayscale: #949494. Windows color (decimal): -7044112 or 15762324. OLE color: 15762324.
HSL color Cylindrical-coordinate representation of color #9483F0: hue angle of 249.36º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9483F0 is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 131 | 240 | - |
| CMYK | 0.38 | 0.45 | 0 | 0.06 |
| HSL | 249.36º | 0.78% | 0.73% | - |
| HSV(B) | 249.36º | 0.45% | 0.94% | - |
| XYZ | 36.06 | 28.82 | 86.1 | - |
| YUV | 148.51 | 179.63 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 131 | 240 | 0.38 | 0.45 | 0 | 0.06 | 249.36 | 0.78 | 0.73 |
| Hex | 94 | 83 | F0 | 26 | 2D | 0 | 6 | F9 | 4E | 49 |
| Octal | 224 | 203 | 360 | 46 | 55 | 0 | 6 | 371 | 116 | 111 |
| Binary | 10010100 | 10000011 | 11110000 | 100110 | 101101 | 0 | 110 | 11111001 | 1001110 | 1001001 |
Color Harmonies of #9483F0
Complementary color
Monochromatic Colors of #9483F0
Black with #9483F0
Text Example
Text Example
White with #9483F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9483F0; }
p { color: rgb(148,131,240); }
H1.HeaderClassName
{
color: #9483F0;
}
.AnyTagClassName
{
color: #9483F0;
}
</style>
background-color css
<style>
a { background-color: #9483F0; }
a { background-color: rgb(148,131,240); }
div.DivClassName
{
background-color: #9483F0;
}
.BgClassName
{
background-color: #9483F0;
}
</style>
border-color css
<style>
span { border-color: #9483F0; }
span { border-color: rgb(148,131,240); }
td.TdClassName
{
border-color: #9483F0;
}
.TagClassName
{
border-color: #9483F0;
}
</style>