Shades of Medium Slate Blue #7F5AF8
Tints of Medium Slate Blue #7F5AF8
RGB
CMYK
RGB Variations
Color information
#7F5AF8 (or 0x7F5AF8) is known color: Medium Slate Blue. HEX triplet: 7F, 5A and F8. RGB value is (127,90,248). Sum of RGB (Red+Green+Blue) = 127+90+248=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 248 (97.27% from 255 or 53.33% from 465); Max value from RGB is 248 - color contains mainly: blue. Hex color #7F5AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F5AF8 is #80A507. Grayscale: #767676. Windows color (decimal): -8430856 or 16276095. OLE color: 16276095.
HSL color Cylindrical-coordinate representation of color #7F5AF8: hue angle of 254.05º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F5AF8 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 127 | 90 | 248 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.03 |
| HSL | 254.05º | 0.92% | 0.66% | - |
| HSV(B) | 254.05º | 0.64% | 0.97% | - |
| XYZ | 29.35 | 18.6 | 90.85 | - |
| YUV | 119.08 | 200.76 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 90 | 248 | 0.49 | 0.64 | 0 | 0.03 | 254.05 | 0.92 | 0.66 |
| Hex | 7F | 5A | F8 | 31 | 40 | 0 | 3 | FE | 5C | 42 |
| Octal | 177 | 132 | 370 | 61 | 100 | 0 | 3 | 376 | 134 | 102 |
| Binary | 1111111 | 1011010 | 11111000 | 110001 | 1000000 | 0 | 11 | 11111110 | 1011100 | 1000010 |
Color Harmonies of #7F5AF8
Complementary color
Monochromatic Colors of #7F5AF8
Black with #7F5AF8
Text Example
Text Example
White with #7F5AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5AF8; }
p { color: rgb(127,90,248); }
H1.HeaderClassName
{
color: #7F5AF8;
}
.AnyTagClassName
{
color: #7F5AF8;
}
</style>
background-color css
<style>
a { background-color: #7F5AF8; }
a { background-color: rgb(127,90,248); }
div.DivClassName
{
background-color: #7F5AF8;
}
.BgClassName
{
background-color: #7F5AF8;
}
</style>
border-color css
<style>
span { border-color: #7F5AF8; }
span { border-color: rgb(127,90,248); }
td.TdClassName
{
border-color: #7F5AF8;
}
.TagClassName
{
border-color: #7F5AF8;
}
</style>