Shades of Medium Slate Blue #824AFB
Tints of Medium Slate Blue #824AFB
RGB
CMYK
RGB Variations
Color information
#824AFB (or 0x824AFB) is known color: Medium Slate Blue. HEX triplet: 82, 4A and FB. RGB value is (130,74,251). Sum of RGB (Red+Green+Blue) = 130+74+251=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #824AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824AFB is #7DB504. Grayscale: #6E6E6E. Windows color (decimal): -8238341 or 16468610. OLE color: 16468610.
HSL color Cylindrical-coordinate representation of color #824AFB: hue angle of 258.98º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #824AFB is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 74 | 251 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.02 |
| HSL | 258.98º | 0.96% | 0.64% | - |
| HSV(B) | 258.98º | 0.71% | 0.98% | - |
| XYZ | 29.07 | 16.61 | 92.94 | - |
| YUV | 110.92 | 207.05 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 251 | 0.48 | 0.71 | 0 | 0.02 | 258.98 | 0.96 | 0.64 |
| Hex | 82 | 4A | FB | 30 | 47 | 0 | 2 | 103 | 60 | 40 |
| Octal | 202 | 112 | 373 | 60 | 107 | 0 | 2 | 403 | 140 | 100 |
| Binary | 10000010 | 1001010 | 11111011 | 110000 | 1000111 | 0 | 10 | 100000011 | 1100000 | 1000000 |
Color Harmonies of #824AFB
Complementary color
Monochromatic Colors of #824AFB
Black with #824AFB
Text Example
Text Example
White with #824AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824AFB; }
p { color: rgb(130,74,251); }
H1.HeaderClassName
{
color: #824AFB;
}
.AnyTagClassName
{
color: #824AFB;
}
</style>
background-color css
<style>
a { background-color: #824AFB; }
a { background-color: rgb(130,74,251); }
div.DivClassName
{
background-color: #824AFB;
}
.BgClassName
{
background-color: #824AFB;
}
</style>
border-color css
<style>
span { border-color: #824AFB; }
span { border-color: rgb(130,74,251); }
td.TdClassName
{
border-color: #824AFB;
}
.TagClassName
{
border-color: #824AFB;
}
</style>