Shades of Medium Slate Blue #7F52E8
Tints of Medium Slate Blue #7F52E8
RGB
CMYK
RGB Variations
Color information
#7F52E8 (or 0x7F52E8) is known color: Medium Slate Blue. HEX triplet: 7F, 52 and E8. RGB value is (127,82,232). Sum of RGB (Red+Green+Blue) = 127+82+232=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 232 (91.02% from 255 or 52.61% from 441); Max value from RGB is 232 - color contains mainly: blue. Hex color #7F52E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F52E8 is #80AD17. Grayscale: #6F6F6F. Windows color (decimal): -8432920 or 15225471. OLE color: 15225471.
HSL color Cylindrical-coordinate representation of color #7F52E8: hue angle of 258º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F52E8 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 82 | 232 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.09 |
| HSL | 258º | 0.77% | 0.62% | - |
| HSV(B) | 258º | 0.65% | 0.91% | - |
| XYZ | 26.34 | 16.37 | 78.12 | - |
| YUV | 112.56 | 195.41 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 232 | 0.45 | 0.65 | 0 | 0.09 | 258 | 0.77 | 0.62 |
| Hex | 7F | 52 | E8 | 2D | 41 | 0 | 9 | 102 | 4D | 3E |
| Octal | 177 | 122 | 350 | 55 | 101 | 0 | 11 | 402 | 115 | 76 |
| Binary | 1111111 | 1010010 | 11101000 | 101101 | 1000001 | 0 | 1001 | 100000010 | 1001101 | 111110 |
Color Harmonies of #7F52E8
Complementary color
Monochromatic Colors of #7F52E8
Black with #7F52E8
Text Example
Text Example
White with #7F52E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F52E8; }
p { color: rgb(127,82,232); }
H1.HeaderClassName
{
color: #7F52E8;
}
.AnyTagClassName
{
color: #7F52E8;
}
</style>
background-color css
<style>
a { background-color: #7F52E8; }
a { background-color: rgb(127,82,232); }
div.DivClassName
{
background-color: #7F52E8;
}
.BgClassName
{
background-color: #7F52E8;
}
</style>
border-color css
<style>
span { border-color: #7F52E8; }
span { border-color: rgb(127,82,232); }
td.TdClassName
{
border-color: #7F52E8;
}
.TagClassName
{
border-color: #7F52E8;
}
</style>