Shades of Medium Slate Blue #7D55FF
Tints of Medium Slate Blue #7D55FF
RGB
CMYK
RGB Variations
Color information
#7D55FF (or 0x7D55FF) is known color: Medium Slate Blue. HEX triplet: 7D, 55 and FF. RGB value is (125,85,255). Sum of RGB (Red+Green+Blue) = 125+85+255=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D55FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D55FF is #82AA00. Grayscale: #737373. Windows color (decimal): -8563201 or 16733565. OLE color: 16733565.
HSL color Cylindrical-coordinate representation of color #7D55FF: hue angle of 254.12º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D55FF is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 85 | 255 | - |
| CMYK | 0.51 | 0.67 | 0 | 0 |
| HSL | 254.12º | 1% | 0.67% | - |
| HSV(B) | 254.12º | 0.67% | 1% | - |
| XYZ | 29.76 | 18.08 | 96.53 | - |
| YUV | 116.34 | 206.25 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 85 | 255 | 0.51 | 0.67 | 0 | 0 | 254.12 | 1 | 0.67 |
| Hex | 7D | 55 | FF | 33 | 43 | 0 | 0 | FE | 64 | 43 |
| Octal | 175 | 125 | 377 | 63 | 103 | 0 | 0 | 376 | 144 | 103 |
| Binary | 1111101 | 1010101 | 11111111 | 110011 | 1000011 | 0 | 0 | 11111110 | 1100100 | 1000011 |
Color Harmonies of #7D55FF
Complementary color
Monochromatic Colors of #7D55FF
Black with #7D55FF
Text Example
Text Example
White with #7D55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D55FF; }
p { color: rgb(125,85,255); }
H1.HeaderClassName
{
color: #7D55FF;
}
.AnyTagClassName
{
color: #7D55FF;
}
</style>
background-color css
<style>
a { background-color: #7D55FF; }
a { background-color: rgb(125,85,255); }
div.DivClassName
{
background-color: #7D55FF;
}
.BgClassName
{
background-color: #7D55FF;
}
</style>
border-color css
<style>
span { border-color: #7D55FF; }
span { border-color: rgb(125,85,255); }
td.TdClassName
{
border-color: #7D55FF;
}
.TagClassName
{
border-color: #7D55FF;
}
</style>