Shades of Medium Slate Blue #7B4BFD
Tints of Medium Slate Blue #7B4BFD
RGB
CMYK
RGB Variations
Color information
#7B4BFD (or 0x7B4BFD) is known color: Medium Slate Blue. HEX triplet: 7B, 4B and FD. RGB value is (123,75,253). Sum of RGB (Red+Green+Blue) = 123+75+253=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B4BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B4BFD is #84B402. Grayscale: #6C6C6C. Windows color (decimal): -8696835 or 16599931. OLE color: 16599931.
HSL color Cylindrical-coordinate representation of color #7B4BFD: hue angle of 256.18º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B4BFD is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 75 | 253 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.01 |
| HSL | 256.18º | 0.98% | 0.64% | - |
| HSV(B) | 256.18º | 0.7% | 0.99% | - |
| XYZ | 28.41 | 16.33 | 94.58 | - |
| YUV | 109.64 | 208.9 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 75 | 253 | 0.51 | 0.70 | 0 | 0.01 | 256.18 | 0.98 | 0.64 |
| Hex | 7B | 4B | FD | 33 | 46 | 0 | 1 | 100 | 62 | 40 |
| Octal | 173 | 113 | 375 | 63 | 106 | 0 | 1 | 400 | 142 | 100 |
| Binary | 1111011 | 1001011 | 11111101 | 110011 | 1000110 | 0 | 1 | 100000000 | 1100010 | 1000000 |
Color Harmonies of #7B4BFD
Complementary color
Monochromatic Colors of #7B4BFD
Black with #7B4BFD
Text Example
Text Example
White with #7B4BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4BFD; }
p { color: rgb(123,75,253); }
H1.HeaderClassName
{
color: #7B4BFD;
}
.AnyTagClassName
{
color: #7B4BFD;
}
</style>
background-color css
<style>
a { background-color: #7B4BFD; }
a { background-color: rgb(123,75,253); }
div.DivClassName
{
background-color: #7B4BFD;
}
.BgClassName
{
background-color: #7B4BFD;
}
</style>
border-color css
<style>
span { border-color: #7B4BFD; }
span { border-color: rgb(123,75,253); }
td.TdClassName
{
border-color: #7B4BFD;
}
.TagClassName
{
border-color: #7B4BFD;
}
</style>