Shades of Medium Slate Blue #825CF3
Tints of Medium Slate Blue #825CF3
RGB
CMYK
RGB Variations
Color information
#825CF3 (or 0x825CF3) is known color: Medium Slate Blue. HEX triplet: 82, 5C and F3. RGB value is (130,92,243). Sum of RGB (Red+Green+Blue) = 130+92+243=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 243 (95.31% from 255 or 52.26% from 465); Max value from RGB is 243 - color contains mainly: blue. Hex color #825CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825CF3 is #7DA30C. Grayscale: #787878. Windows color (decimal): -8233741 or 15948930. OLE color: 15948930.
HSL color Cylindrical-coordinate representation of color #825CF3: hue angle of 255.1º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #825CF3 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 92 | 243 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.05 |
| HSL | 255.1º | 0.86% | 0.66% | - |
| HSV(B) | 255.1º | 0.62% | 0.95% | - |
| XYZ | 29.21 | 18.87 | 86.9 | - |
| YUV | 120.58 | 197.09 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 243 | 0.47 | 0.62 | 0 | 0.05 | 255.1 | 0.86 | 0.66 |
| Hex | 82 | 5C | F3 | 2F | 3E | 0 | 5 | FF | 56 | 42 |
| Octal | 202 | 134 | 363 | 57 | 76 | 0 | 5 | 377 | 126 | 102 |
| Binary | 10000010 | 1011100 | 11110011 | 101111 | 111110 | 0 | 101 | 11111111 | 1010110 | 1000010 |
Color Harmonies of #825CF3
Complementary color
Monochromatic Colors of #825CF3
Black with #825CF3
Text Example
Text Example
White with #825CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825CF3; }
p { color: rgb(130,92,243); }
H1.HeaderClassName
{
color: #825CF3;
}
.AnyTagClassName
{
color: #825CF3;
}
</style>
background-color css
<style>
a { background-color: #825CF3; }
a { background-color: rgb(130,92,243); }
div.DivClassName
{
background-color: #825CF3;
}
.BgClassName
{
background-color: #825CF3;
}
</style>
border-color css
<style>
span { border-color: #825CF3; }
span { border-color: rgb(130,92,243); }
td.TdClassName
{
border-color: #825CF3;
}
.TagClassName
{
border-color: #825CF3;
}
</style>