Shades of Medium Slate Blue #7B5BFD
Tints of Medium Slate Blue #7B5BFD
RGB
CMYK
RGB Variations
Color information
#7B5BFD (or 0x7B5BFD) is known color: Medium Slate Blue. HEX triplet: 7B, 5B and FD. RGB value is (123,91,253). Sum of RGB (Red+Green+Blue) = 123+91+253=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B5BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5BFD is #84A402. Grayscale: #767676. Windows color (decimal): -8692739 or 16604027. OLE color: 16604027.
HSL color Cylindrical-coordinate representation of color #7B5BFD: hue angle of 251.85º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B5BFD is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 91 | 253 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.01 |
| HSL | 251.85º | 0.98% | 0.67% | - |
| HSV(B) | 251.85º | 0.64% | 0.99% | - |
| XYZ | 29.64 | 18.78 | 94.99 | - |
| YUV | 119.04 | 203.6 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 91 | 253 | 0.51 | 0.64 | 0 | 0.01 | 251.85 | 0.98 | 0.67 |
| Hex | 7B | 5B | FD | 33 | 40 | 0 | 1 | FC | 62 | 43 |
| Octal | 173 | 133 | 375 | 63 | 100 | 0 | 1 | 374 | 142 | 103 |
| Binary | 1111011 | 1011011 | 11111101 | 110011 | 1000000 | 0 | 1 | 11111100 | 1100010 | 1000011 |
Color Harmonies of #7B5BFD
Complementary color
Monochromatic Colors of #7B5BFD
Black with #7B5BFD
Text Example
Text Example
White with #7B5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5BFD; }
p { color: rgb(123,91,253); }
H1.HeaderClassName
{
color: #7B5BFD;
}
.AnyTagClassName
{
color: #7B5BFD;
}
</style>
background-color css
<style>
a { background-color: #7B5BFD; }
a { background-color: rgb(123,91,253); }
div.DivClassName
{
background-color: #7B5BFD;
}
.BgClassName
{
background-color: #7B5BFD;
}
</style>
border-color css
<style>
span { border-color: #7B5BFD; }
span { border-color: rgb(123,91,253); }
td.TdClassName
{
border-color: #7B5BFD;
}
.TagClassName
{
border-color: #7B5BFD;
}
</style>