Shades of Medium Slate Blue #824AFD
Tints of Medium Slate Blue #824AFD
RGB
CMYK
RGB Variations
Color information
#824AFD (or 0x824AFD) is known color: Medium Slate Blue. HEX triplet: 82, 4A and FD. RGB value is (130,74,253). Sum of RGB (Red+Green+Blue) = 130+74+253=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #824AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824AFD is #7DB502. Grayscale: #6E6E6E. Windows color (decimal): -8238339 or 16599682. OLE color: 16599682.
HSL color Cylindrical-coordinate representation of color #824AFD: hue angle of 258.77º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #824AFD is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 74 | 253 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.01 |
| HSL | 258.77º | 0.98% | 0.64% | - |
| HSV(B) | 258.77º | 0.71% | 0.99% | - |
| XYZ | 29.38 | 16.74 | 94.61 | - |
| YUV | 111.15 | 208.05 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 253 | 0.49 | 0.71 | 0 | 0.01 | 258.77 | 0.98 | 0.64 |
| Hex | 82 | 4A | FD | 31 | 47 | 0 | 1 | 103 | 62 | 40 |
| Octal | 202 | 112 | 375 | 61 | 107 | 0 | 1 | 403 | 142 | 100 |
| Binary | 10000010 | 1001010 | 11111101 | 110001 | 1000111 | 0 | 1 | 100000011 | 1100010 | 1000000 |
Color Harmonies of #824AFD
Complementary color
Monochromatic Colors of #824AFD
Black with #824AFD
Text Example
Text Example
White with #824AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824AFD; }
p { color: rgb(130,74,253); }
H1.HeaderClassName
{
color: #824AFD;
}
.AnyTagClassName
{
color: #824AFD;
}
</style>
background-color css
<style>
a { background-color: #824AFD; }
a { background-color: rgb(130,74,253); }
div.DivClassName
{
background-color: #824AFD;
}
.BgClassName
{
background-color: #824AFD;
}
</style>
border-color css
<style>
span { border-color: #824AFD; }
span { border-color: rgb(130,74,253); }
td.TdClassName
{
border-color: #824AFD;
}
.TagClassName
{
border-color: #824AFD;
}
</style>