Shades of Medium Slate Blue #824AF9
Tints of Medium Slate Blue #824AF9
RGB
CMYK
RGB Variations
Color information
#824AF9 (or 0x824AF9) is known color: Medium Slate Blue. HEX triplet: 82, 4A and F9. RGB value is (130,74,249). Sum of RGB (Red+Green+Blue) = 130+74+249=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 249 (97.66% from 255 or 54.97% from 453); Max value from RGB is 249 - color contains mainly: blue. Hex color #824AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824AF9 is #7DB506. Grayscale: #6E6E6E. Windows color (decimal): -8238343 or 16337538. OLE color: 16337538.
HSL color Cylindrical-coordinate representation of color #824AF9: hue angle of 259.2º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #824AF9 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 74 | 249 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.02 |
| HSL | 259.2º | 0.94% | 0.63% | - |
| HSV(B) | 259.2º | 0.7% | 0.98% | - |
| XYZ | 28.75 | 16.48 | 91.29 | - |
| YUV | 110.69 | 206.05 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 249 | 0.48 | 0.70 | 0 | 0.02 | 259.2 | 0.94 | 0.63 |
| Hex | 82 | 4A | F9 | 30 | 46 | 0 | 2 | 103 | 5E | 3F |
| Octal | 202 | 112 | 371 | 60 | 106 | 0 | 2 | 403 | 136 | 77 |
| Binary | 10000010 | 1001010 | 11111001 | 110000 | 1000110 | 0 | 10 | 100000011 | 1011110 | 111111 |
Color Harmonies of #824AF9
Complementary color
Monochromatic Colors of #824AF9
Black with #824AF9
Text Example
Text Example
White with #824AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824AF9; }
p { color: rgb(130,74,249); }
H1.HeaderClassName
{
color: #824AF9;
}
.AnyTagClassName
{
color: #824AF9;
}
</style>
background-color css
<style>
a { background-color: #824AF9; }
a { background-color: rgb(130,74,249); }
div.DivClassName
{
background-color: #824AF9;
}
.BgClassName
{
background-color: #824AF9;
}
</style>
border-color css
<style>
span { border-color: #824AF9; }
span { border-color: rgb(130,74,249); }
td.TdClassName
{
border-color: #824AF9;
}
.TagClassName
{
border-color: #824AF9;
}
</style>