Shades of Light Slate Blue #9784F9
Tints of Light Slate Blue #9784F9
RGB
CMYK
RGB Variations
Color information
#9784F9 (or 0x9784F9) is known color: Light Slate Blue. HEX triplet: 97, 84 and F9. RGB value is (151,132,249). Sum of RGB (Red+Green+Blue) = 151+132+249=532 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.38% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #9784F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9784F9 is #687B06. Grayscale: #969696. Windows color (decimal): -6847239 or 16352407. OLE color: 16352407.
HSL color Cylindrical-coordinate representation of color #9784F9: hue angle of 249.74º 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 #9784F9 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 132 | 249 | - |
| CMYK | 0.39 | 0.47 | 0 | 0.02 |
| HSL | 249.74º | 0.91% | 0.75% | - |
| HSV(B) | 249.74º | 0.47% | 0.98% | - |
| XYZ | 38.11 | 29.92 | 93.39 | - |
| YUV | 151.02 | 183.29 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 132 | 249 | 0.39 | 0.47 | 0 | 0.02 | 249.74 | 0.91 | 0.75 |
| Hex | 97 | 84 | F9 | 27 | 2F | 0 | 2 | FA | 5B | 4B |
| Octal | 227 | 204 | 371 | 47 | 57 | 0 | 2 | 372 | 133 | 113 |
| Binary | 10010111 | 10000100 | 11111001 | 100111 | 101111 | 0 | 10 | 11111010 | 1011011 | 1001011 |
Color Harmonies of #9784F9
Complementary color
Monochromatic Colors of #9784F9
Black with #9784F9
Text Example
Text Example
White with #9784F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9784F9; }
p { color: rgb(151,132,249); }
H1.HeaderClassName
{
color: #9784F9;
}
.AnyTagClassName
{
color: #9784F9;
}
</style>
background-color css
<style>
a { background-color: #9784F9; }
a { background-color: rgb(151,132,249); }
div.DivClassName
{
background-color: #9784F9;
}
.BgClassName
{
background-color: #9784F9;
}
</style>
border-color css
<style>
span { border-color: #9784F9; }
span { border-color: rgb(151,132,249); }
td.TdClassName
{
border-color: #9784F9;
}
.TagClassName
{
border-color: #9784F9;
}
</style>