Shades of Medium Slate Blue #824FEF
Tints of Medium Slate Blue #824FEF
RGB
CMYK
RGB Variations
Color information
#824FEF (or 0x824FEF) is known color: Medium Slate Blue. HEX triplet: 82, 4F and EF. RGB value is (130,79,239). Sum of RGB (Red+Green+Blue) = 130+79+239=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #824FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824FEF is #7DB010. Grayscale: #6F6F6F. Windows color (decimal): -8237073 or 15683458. OLE color: 15683458.
HSL color Cylindrical-coordinate representation of color #824FEF: hue angle of 259.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #824FEF is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 79 | 239 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.06 |
| HSL | 259.13º | 0.83% | 0.62% | - |
| HSV(B) | 259.13º | 0.67% | 0.94% | - |
| XYZ | 27.58 | 16.57 | 83.41 | - |
| YUV | 112.49 | 199.4 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 239 | 0.46 | 0.67 | 0 | 0.06 | 259.13 | 0.83 | 0.62 |
| Hex | 82 | 4F | EF | 2E | 43 | 0 | 6 | 103 | 53 | 3E |
| Octal | 202 | 117 | 357 | 56 | 103 | 0 | 6 | 403 | 123 | 76 |
| Binary | 10000010 | 1001111 | 11101111 | 101110 | 1000011 | 0 | 110 | 100000011 | 1010011 | 111110 |
Color Harmonies of #824FEF
Complementary color
Monochromatic Colors of #824FEF
Black with #824FEF
Text Example
Text Example
White with #824FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824FEF; }
p { color: rgb(130,79,239); }
H1.HeaderClassName
{
color: #824FEF;
}
.AnyTagClassName
{
color: #824FEF;
}
</style>
background-color css
<style>
a { background-color: #824FEF; }
a { background-color: rgb(130,79,239); }
div.DivClassName
{
background-color: #824FEF;
}
.BgClassName
{
background-color: #824FEF;
}
</style>
border-color css
<style>
span { border-color: #824FEF; }
span { border-color: rgb(130,79,239); }
td.TdClassName
{
border-color: #824FEF;
}
.TagClassName
{
border-color: #824FEF;
}
</style>