Shades of Light Slate Blue #9483F9
Tints of Light Slate Blue #9483F9
RGB
CMYK
RGB Variations
Color information
#9483F9 (or 0x9483F9) is known color: Light Slate Blue. HEX triplet: 94, 83 and F9. RGB value is (148,131,249). Sum of RGB (Red+Green+Blue) = 148+131+249=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #9483F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9483F9 is #6B7C06. Grayscale: #959595. Windows color (decimal): -7044103 or 16352148. OLE color: 16352148.
HSL color Cylindrical-coordinate representation of color #9483F9: hue angle of 248.64º 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 #9483F9 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 131 | 249 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.02 |
| HSL | 248.64º | 0.91% | 0.75% | - |
| HSV(B) | 248.64º | 0.47% | 0.98% | - |
| XYZ | 37.43 | 29.37 | 93.32 | - |
| YUV | 149.54 | 184.13 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 131 | 249 | 0.41 | 0.47 | 0 | 0.02 | 248.64 | 0.91 | 0.75 |
| Hex | 94 | 83 | F9 | 29 | 2F | 0 | 2 | F9 | 5B | 4B |
| Octal | 224 | 203 | 371 | 51 | 57 | 0 | 2 | 371 | 133 | 113 |
| Binary | 10010100 | 10000011 | 11111001 | 101001 | 101111 | 0 | 10 | 11111001 | 1011011 | 1001011 |
Color Harmonies of #9483F9
Complementary color
Monochromatic Colors of #9483F9
Black with #9483F9
Text Example
Text Example
White with #9483F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9483F9; }
p { color: rgb(148,131,249); }
H1.HeaderClassName
{
color: #9483F9;
}
.AnyTagClassName
{
color: #9483F9;
}
</style>
background-color css
<style>
a { background-color: #9483F9; }
a { background-color: rgb(148,131,249); }
div.DivClassName
{
background-color: #9483F9;
}
.BgClassName
{
background-color: #9483F9;
}
</style>
border-color css
<style>
span { border-color: #9483F9; }
span { border-color: rgb(148,131,249); }
td.TdClassName
{
border-color: #9483F9;
}
.TagClassName
{
border-color: #9483F9;
}
</style>