Shades of Medium Slate Blue #824BFD
Tints of Medium Slate Blue #824BFD
RGB
CMYK
RGB Variations
Color information
#824BFD (or 0x824BFD) is known color: Medium Slate Blue. HEX triplet: 82, 4B and FD. RGB value is (130,75,253). Sum of RGB (Red+Green+Blue) = 130+75+253=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #824BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824BFD is #7DB402. Grayscale: #6F6F6F. Windows color (decimal): -8238083 or 16599938. OLE color: 16599938.
HSL color Cylindrical-coordinate representation of color #824BFD: hue angle of 258.54º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #824BFD is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 75 | 253 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.01 |
| HSL | 258.54º | 0.98% | 0.64% | - |
| HSV(B) | 258.54º | 0.7% | 0.99% | - |
| XYZ | 29.45 | 16.87 | 94.63 | - |
| YUV | 111.74 | 207.72 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 253 | 0.49 | 0.70 | 0 | 0.01 | 258.54 | 0.98 | 0.64 |
| Hex | 82 | 4B | FD | 31 | 46 | 0 | 1 | 103 | 62 | 40 |
| Octal | 202 | 113 | 375 | 61 | 106 | 0 | 1 | 403 | 142 | 100 |
| Binary | 10000010 | 1001011 | 11111101 | 110001 | 1000110 | 0 | 1 | 100000011 | 1100010 | 1000000 |
Color Harmonies of #824BFD
Complementary color
Monochromatic Colors of #824BFD
Black with #824BFD
Text Example
Text Example
White with #824BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824BFD; }
p { color: rgb(130,75,253); }
H1.HeaderClassName
{
color: #824BFD;
}
.AnyTagClassName
{
color: #824BFD;
}
</style>
background-color css
<style>
a { background-color: #824BFD; }
a { background-color: rgb(130,75,253); }
div.DivClassName
{
background-color: #824BFD;
}
.BgClassName
{
background-color: #824BFD;
}
</style>
border-color css
<style>
span { border-color: #824BFD; }
span { border-color: rgb(130,75,253); }
td.TdClassName
{
border-color: #824BFD;
}
.TagClassName
{
border-color: #824BFD;
}
</style>