Shades of Medium Slate Blue #7B4EFC
Tints of Medium Slate Blue #7B4EFC
RGB
CMYK
RGB Variations
Color information
#7B4EFC (or 0x7B4EFC) is known color: Medium Slate Blue. HEX triplet: 7B, 4E and FC. RGB value is (123,78,252). Sum of RGB (Red+Green+Blue) = 123+78+252=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B4EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B4EFC is #84B103. Grayscale: #6E6E6E. Windows color (decimal): -8696068 or 16535163. OLE color: 16535163.
HSL color Cylindrical-coordinate representation of color #7B4EFC: hue angle of 255.52º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B4EFC is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 78 | 252 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.01 |
| HSL | 255.52º | 0.97% | 0.65% | - |
| HSV(B) | 255.52º | 0.69% | 0.99% | - |
| XYZ | 28.46 | 16.69 | 93.82 | - |
| YUV | 111.29 | 207.41 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 78 | 252 | 0.51 | 0.69 | 0 | 0.01 | 255.52 | 0.97 | 0.65 |
| Hex | 7B | 4E | FC | 33 | 45 | 0 | 1 | 100 | 61 | 41 |
| Octal | 173 | 116 | 374 | 63 | 105 | 0 | 1 | 400 | 141 | 101 |
| Binary | 1111011 | 1001110 | 11111100 | 110011 | 1000101 | 0 | 1 | 100000000 | 1100001 | 1000001 |
Color Harmonies of #7B4EFC
Complementary color
Monochromatic Colors of #7B4EFC
Black with #7B4EFC
Text Example
Text Example
White with #7B4EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4EFC; }
p { color: rgb(123,78,252); }
H1.HeaderClassName
{
color: #7B4EFC;
}
.AnyTagClassName
{
color: #7B4EFC;
}
</style>
background-color css
<style>
a { background-color: #7B4EFC; }
a { background-color: rgb(123,78,252); }
div.DivClassName
{
background-color: #7B4EFC;
}
.BgClassName
{
background-color: #7B4EFC;
}
</style>
border-color css
<style>
span { border-color: #7B4EFC; }
span { border-color: rgb(123,78,252); }
td.TdClassName
{
border-color: #7B4EFC;
}
.TagClassName
{
border-color: #7B4EFC;
}
</style>