Shades of Medium Slate Blue #7B55FD
Tints of Medium Slate Blue #7B55FD
RGB
CMYK
RGB Variations
Color information
#7B55FD (or 0x7B55FD) is known color: Medium Slate Blue. HEX triplet: 7B, 55 and FD. RGB value is (123,85,253). Sum of RGB (Red+Green+Blue) = 123+85+253=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B55FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B55FD is #84AA02. Grayscale: #727272. Windows color (decimal): -8694275 or 16602491. OLE color: 16602491.
HSL color Cylindrical-coordinate representation of color #7B55FD: hue angle of 253.57º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B55FD is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 85 | 253 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.01 |
| HSL | 253.57º | 0.98% | 0.66% | - |
| HSV(B) | 253.57º | 0.66% | 0.99% | - |
| XYZ | 29.15 | 17.8 | 94.83 | - |
| YUV | 115.51 | 205.59 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 85 | 253 | 0.51 | 0.66 | 0 | 0.01 | 253.57 | 0.98 | 0.66 |
| Hex | 7B | 55 | FD | 33 | 42 | 0 | 1 | FE | 62 | 42 |
| Octal | 173 | 125 | 375 | 63 | 102 | 0 | 1 | 376 | 142 | 102 |
| Binary | 1111011 | 1010101 | 11111101 | 110011 | 1000010 | 0 | 1 | 11111110 | 1100010 | 1000010 |
Color Harmonies of #7B55FD
Complementary color
Monochromatic Colors of #7B55FD
Black with #7B55FD
Text Example
Text Example
White with #7B55FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B55FD; }
p { color: rgb(123,85,253); }
H1.HeaderClassName
{
color: #7B55FD;
}
.AnyTagClassName
{
color: #7B55FD;
}
</style>
background-color css
<style>
a { background-color: #7B55FD; }
a { background-color: rgb(123,85,253); }
div.DivClassName
{
background-color: #7B55FD;
}
.BgClassName
{
background-color: #7B55FD;
}
</style>
border-color css
<style>
span { border-color: #7B55FD; }
span { border-color: rgb(123,85,253); }
td.TdClassName
{
border-color: #7B55FD;
}
.TagClassName
{
border-color: #7B55FD;
}
</style>