Shades of Medium Slate Blue #7B55FB
Tints of Medium Slate Blue #7B55FB
RGB
CMYK
RGB Variations
Color information
#7B55FB (or 0x7B55FB) is known color: Medium Slate Blue. HEX triplet: 7B, 55 and FB. RGB value is (123,85,251). Sum of RGB (Red+Green+Blue) = 123+85+251=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B55FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B55FB is #84AA04. Grayscale: #727272. Windows color (decimal): -8694277 or 16471419. OLE color: 16471419.
HSL color Cylindrical-coordinate representation of color #7B55FB: hue angle of 253.73º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B55FB is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 85 | 251 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.02 |
| HSL | 253.73º | 0.95% | 0.66% | - |
| HSV(B) | 253.73º | 0.66% | 0.98% | - |
| XYZ | 28.83 | 17.67 | 93.16 | - |
| YUV | 115.29 | 204.59 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 85 | 251 | 0.51 | 0.66 | 0 | 0.02 | 253.73 | 0.95 | 0.66 |
| Hex | 7B | 55 | FB | 33 | 42 | 0 | 2 | FE | 5F | 42 |
| Octal | 173 | 125 | 373 | 63 | 102 | 0 | 2 | 376 | 137 | 102 |
| Binary | 1111011 | 1010101 | 11111011 | 110011 | 1000010 | 0 | 10 | 11111110 | 1011111 | 1000010 |
Color Harmonies of #7B55FB
Complementary color
Monochromatic Colors of #7B55FB
Black with #7B55FB
Text Example
Text Example
White with #7B55FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B55FB; }
p { color: rgb(123,85,251); }
H1.HeaderClassName
{
color: #7B55FB;
}
.AnyTagClassName
{
color: #7B55FB;
}
</style>
background-color css
<style>
a { background-color: #7B55FB; }
a { background-color: rgb(123,85,251); }
div.DivClassName
{
background-color: #7B55FB;
}
.BgClassName
{
background-color: #7B55FB;
}
</style>
border-color css
<style>
span { border-color: #7B55FB; }
span { border-color: rgb(123,85,251); }
td.TdClassName
{
border-color: #7B55FB;
}
.TagClassName
{
border-color: #7B55FB;
}
</style>