Shades of Medium Slate Blue #824AF8
Tints of Medium Slate Blue #824AF8
RGB
CMYK
RGB Variations
Color information
#824AF8 (or 0x824AF8) is known color: Medium Slate Blue. HEX triplet: 82, 4A and F8. RGB value is (130,74,248). Sum of RGB (Red+Green+Blue) = 130+74+248=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 248 (97.27% from 255 or 54.87% from 452); Max value from RGB is 248 - color contains mainly: blue. Hex color #824AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #824AF8 is #7DB507. Grayscale: #6D6D6D. Windows color (decimal): -8238344 or 16272002. OLE color: 16272002.
HSL color Cylindrical-coordinate representation of color #824AF8: hue angle of 259.31º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #824AF8 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 74 | 248 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.03 |
| HSL | 259.31º | 0.93% | 0.63% | - |
| HSV(B) | 259.31º | 0.7% | 0.97% | - |
| XYZ | 28.6 | 16.42 | 90.47 | - |
| YUV | 110.58 | 205.55 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 248 | 0.48 | 0.70 | 0 | 0.03 | 259.31 | 0.93 | 0.63 |
| Hex | 82 | 4A | F8 | 30 | 46 | 0 | 3 | 103 | 5D | 3F |
| Octal | 202 | 112 | 370 | 60 | 106 | 0 | 3 | 403 | 135 | 77 |
| Binary | 10000010 | 1001010 | 11111000 | 110000 | 1000110 | 0 | 11 | 100000011 | 1011101 | 111111 |
Color Harmonies of #824AF8
Complementary color
Monochromatic Colors of #824AF8
Black with #824AF8
Text Example
Text Example
White with #824AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824AF8; }
p { color: rgb(130,74,248); }
H1.HeaderClassName
{
color: #824AF8;
}
.AnyTagClassName
{
color: #824AF8;
}
</style>
background-color css
<style>
a { background-color: #824AF8; }
a { background-color: rgb(130,74,248); }
div.DivClassName
{
background-color: #824AF8;
}
.BgClassName
{
background-color: #824AF8;
}
</style>
border-color css
<style>
span { border-color: #824AF8; }
span { border-color: rgb(130,74,248); }
td.TdClassName
{
border-color: #824AF8;
}
.TagClassName
{
border-color: #824AF8;
}
</style>