Shades of Medium Slate Blue #7D56FF
Tints of Medium Slate Blue #7D56FF
RGB
CMYK
RGB Variations
Color information
#7D56FF (or 0x7D56FF) is known color: Medium Slate Blue. HEX triplet: 7D, 56 and FF. RGB value is (125,86,255). Sum of RGB (Red+Green+Blue) = 125+86+255=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D56FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D56FF is #82A900. Grayscale: #747474. Windows color (decimal): -8562945 or 16733821. OLE color: 16733821.
HSL color Cylindrical-coordinate representation of color #7D56FF: hue angle of 253.85º 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 #7D56FF is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 86 | 255 | - |
| CMYK | 0.51 | 0.66 | 0 | 0 |
| HSL | 253.85º | 1% | 0.67% | - |
| HSV(B) | 253.85º | 0.66% | 1% | - |
| XYZ | 29.84 | 18.24 | 96.56 | - |
| YUV | 116.93 | 205.92 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 255 | 0.51 | 0.66 | 0 | 0 | 253.85 | 1 | 0.67 |
| Hex | 7D | 56 | FF | 33 | 42 | 0 | 0 | FE | 64 | 43 |
| Octal | 175 | 126 | 377 | 63 | 102 | 0 | 0 | 376 | 144 | 103 |
| Binary | 1111101 | 1010110 | 11111111 | 110011 | 1000010 | 0 | 0 | 11111110 | 1100100 | 1000011 |
Color Harmonies of #7D56FF
Complementary color
Monochromatic Colors of #7D56FF
Black with #7D56FF
Text Example
Text Example
White with #7D56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D56FF; }
p { color: rgb(125,86,255); }
H1.HeaderClassName
{
color: #7D56FF;
}
.AnyTagClassName
{
color: #7D56FF;
}
</style>
background-color css
<style>
a { background-color: #7D56FF; }
a { background-color: rgb(125,86,255); }
div.DivClassName
{
background-color: #7D56FF;
}
.BgClassName
{
background-color: #7D56FF;
}
</style>
border-color css
<style>
span { border-color: #7D56FF; }
span { border-color: rgb(125,86,255); }
td.TdClassName
{
border-color: #7D56FF;
}
.TagClassName
{
border-color: #7D56FF;
}
</style>