Shades of Light Slate Blue #9584F3
Tints of Light Slate Blue #9584F3
RGB
CMYK
RGB Variations
Color information
#9584F3 (or 0x9584F3) is known color: Light Slate Blue. HEX triplet: 95, 84 and F3. RGB value is (149,132,243). Sum of RGB (Red+Green+Blue) = 149+132+243=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 243 - color contains mainly: blue. Hex color #9584F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9584F3 is #6A7B0C. Grayscale: #959595. Windows color (decimal): -6978317 or 15959189. OLE color: 15959189.
HSL color Cylindrical-coordinate representation of color #9584F3: hue angle of 249.19º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9584F3 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 132 | 243 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.05 |
| HSL | 249.19º | 0.82% | 0.74% | - |
| HSV(B) | 249.19º | 0.46% | 0.95% | - |
| XYZ | 36.82 | 29.36 | 88.52 | - |
| YUV | 149.74 | 180.63 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 243 | 0.39 | 0.46 | 0 | 0.05 | 249.19 | 0.82 | 0.74 |
| Hex | 95 | 84 | F3 | 27 | 2E | 0 | 5 | F9 | 52 | 4A |
| Octal | 225 | 204 | 363 | 47 | 56 | 0 | 5 | 371 | 122 | 112 |
| Binary | 10010101 | 10000100 | 11110011 | 100111 | 101110 | 0 | 101 | 11111001 | 1010010 | 1001010 |
Color Harmonies of #9584F3
Complementary color
Monochromatic Colors of #9584F3
Black with #9584F3
Text Example
Text Example
White with #9584F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9584F3; }
p { color: rgb(149,132,243); }
H1.HeaderClassName
{
color: #9584F3;
}
.AnyTagClassName
{
color: #9584F3;
}
</style>
background-color css
<style>
a { background-color: #9584F3; }
a { background-color: rgb(149,132,243); }
div.DivClassName
{
background-color: #9584F3;
}
.BgClassName
{
background-color: #9584F3;
}
</style>
border-color css
<style>
span { border-color: #9584F3; }
span { border-color: rgb(149,132,243); }
td.TdClassName
{
border-color: #9584F3;
}
.TagClassName
{
border-color: #9584F3;
}
</style>