Shades of Medium Slate Blue #824CFB
Tints of Medium Slate Blue #824CFB
RGB
CMYK
RGB Variations
Color information
#824CFB (or 0x824CFB) is known color: Medium Slate Blue. HEX triplet: 82, 4C and FB. RGB value is (130,76,251). Sum of RGB (Red+Green+Blue) = 130+76+251=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 251 (98.44% from 255 or 54.92% from 457); Max value from RGB is 251 - color contains mainly: blue. Hex color #824CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824CFB is #7DB304. Grayscale: #6F6F6F. Windows color (decimal): -8237829 or 16469122. OLE color: 16469122.
HSL color Cylindrical-coordinate representation of color #824CFB: hue angle of 258.51º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #824CFB is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 76 | 251 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.02 |
| HSL | 258.51º | 0.96% | 0.64% | - |
| HSV(B) | 258.51º | 0.7% | 0.98% | - |
| XYZ | 29.2 | 16.88 | 92.99 | - |
| YUV | 112.1 | 206.39 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 76 | 251 | 0.48 | 0.70 | 0 | 0.02 | 258.51 | 0.96 | 0.64 |
| Hex | 82 | 4C | FB | 30 | 46 | 0 | 2 | 103 | 60 | 40 |
| Octal | 202 | 114 | 373 | 60 | 106 | 0 | 2 | 403 | 140 | 100 |
| Binary | 10000010 | 1001100 | 11111011 | 110000 | 1000110 | 0 | 10 | 100000011 | 1100000 | 1000000 |
Color Harmonies of #824CFB
Complementary color
Monochromatic Colors of #824CFB
Black with #824CFB
Text Example
Text Example
White with #824CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824CFB; }
p { color: rgb(130,76,251); }
H1.HeaderClassName
{
color: #824CFB;
}
.AnyTagClassName
{
color: #824CFB;
}
</style>
background-color css
<style>
a { background-color: #824CFB; }
a { background-color: rgb(130,76,251); }
div.DivClassName
{
background-color: #824CFB;
}
.BgClassName
{
background-color: #824CFB;
}
</style>
border-color css
<style>
span { border-color: #824CFB; }
span { border-color: rgb(130,76,251); }
td.TdClassName
{
border-color: #824CFB;
}
.TagClassName
{
border-color: #824CFB;
}
</style>