Shades of Medium Slate Blue #7B4BF2
Tints of Medium Slate Blue #7B4BF2
RGB
CMYK
RGB Variations
Color information
#7B4BF2 (or 0x7B4BF2) is known color: Medium Slate Blue. HEX triplet: 7B, 4B and F2. RGB value is (123,75,242). Sum of RGB (Red+Green+Blue) = 123+75+242=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 242 (94.92% from 255 or 55% from 440); Max value from RGB is 242 - color contains mainly: blue. Hex color #7B4BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B4BF2 is #84B40D. Grayscale: #6B6B6B. Windows color (decimal): -8696846 or 15879035. OLE color: 15879035.
HSL color Cylindrical-coordinate representation of color #7B4BF2: hue angle of 257.25º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B4BF2 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 75 | 242 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.05 |
| HSL | 257.25º | 0.87% | 0.62% | - |
| HSV(B) | 257.25º | 0.69% | 0.95% | - |
| XYZ | 26.71 | 15.65 | 85.62 | - |
| YUV | 108.39 | 203.4 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 75 | 242 | 0.49 | 0.69 | 0 | 0.05 | 257.25 | 0.87 | 0.62 |
| Hex | 7B | 4B | F2 | 31 | 45 | 0 | 5 | 101 | 57 | 3E |
| Octal | 173 | 113 | 362 | 61 | 105 | 0 | 5 | 401 | 127 | 76 |
| Binary | 1111011 | 1001011 | 11110010 | 110001 | 1000101 | 0 | 101 | 100000001 | 1010111 | 111110 |
Color Harmonies of #7B4BF2
Complementary color
Monochromatic Colors of #7B4BF2
Black with #7B4BF2
Text Example
Text Example
White with #7B4BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4BF2; }
p { color: rgb(123,75,242); }
H1.HeaderClassName
{
color: #7B4BF2;
}
.AnyTagClassName
{
color: #7B4BF2;
}
</style>
background-color css
<style>
a { background-color: #7B4BF2; }
a { background-color: rgb(123,75,242); }
div.DivClassName
{
background-color: #7B4BF2;
}
.BgClassName
{
background-color: #7B4BF2;
}
</style>
border-color css
<style>
span { border-color: #7B4BF2; }
span { border-color: rgb(123,75,242); }
td.TdClassName
{
border-color: #7B4BF2;
}
.TagClassName
{
border-color: #7B4BF2;
}
</style>