Shades of Medium Slate Blue #7D57FF
Tints of Medium Slate Blue #7D57FF
RGB
CMYK
RGB Variations
Color information
#7D57FF (or 0x7D57FF) is known color: Medium Slate Blue. HEX triplet: 7D, 57 and FF. RGB value is (125,87,255). Sum of RGB (Red+Green+Blue) = 125+87+255=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D57FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D57FF is #82A800. Grayscale: #747474. Windows color (decimal): -8562689 or 16734077. OLE color: 16734077.
HSL color Cylindrical-coordinate representation of color #7D57FF: hue angle of 253.57º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D57FF is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 87 | 255 | - |
| CMYK | 0.51 | 0.66 | 0 | 0 |
| HSL | 253.57º | 1% | 0.67% | - |
| HSV(B) | 253.57º | 0.66% | 1% | - |
| XYZ | 29.92 | 18.4 | 96.58 | - |
| YUV | 117.51 | 205.59 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 87 | 255 | 0.51 | 0.66 | 0 | 0 | 253.57 | 1 | 0.67 |
| Hex | 7D | 57 | FF | 33 | 42 | 0 | 0 | FE | 64 | 43 |
| Octal | 175 | 127 | 377 | 63 | 102 | 0 | 0 | 376 | 144 | 103 |
| Binary | 1111101 | 1010111 | 11111111 | 110011 | 1000010 | 0 | 0 | 11111110 | 1100100 | 1000011 |
Color Harmonies of #7D57FF
Complementary color
Monochromatic Colors of #7D57FF
Black with #7D57FF
Text Example
Text Example
White with #7D57FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D57FF; }
p { color: rgb(125,87,255); }
H1.HeaderClassName
{
color: #7D57FF;
}
.AnyTagClassName
{
color: #7D57FF;
}
</style>
background-color css
<style>
a { background-color: #7D57FF; }
a { background-color: rgb(125,87,255); }
div.DivClassName
{
background-color: #7D57FF;
}
.BgClassName
{
background-color: #7D57FF;
}
</style>
border-color css
<style>
span { border-color: #7D57FF; }
span { border-color: rgb(125,87,255); }
td.TdClassName
{
border-color: #7D57FF;
}
.TagClassName
{
border-color: #7D57FF;
}
</style>