Shades of Medium Slate Blue #7B43FB
Tints of Medium Slate Blue #7B43FB
RGB
CMYK
RGB Variations
Color information
#7B43FB (or 0x7B43FB) is known color: Medium Slate Blue. HEX triplet: 7B, 43 and FB. RGB value is (123,67,251). Sum of RGB (Red+Green+Blue) = 123+67+251=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B43FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B43FB is #84BC04. Grayscale: #686868. Windows color (decimal): -8698885 or 16466811. OLE color: 16466811.
HSL color Cylindrical-coordinate representation of color #7B43FB: hue angle of 258.26º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B43FB is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 67 | 251 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.02 |
| HSL | 258.26º | 0.96% | 0.62% | - |
| HSV(B) | 258.26º | 0.73% | 0.98% | - |
| XYZ | 27.59 | 15.19 | 92.74 | - |
| YUV | 104.72 | 210.55 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 251 | 0.51 | 0.73 | 0 | 0.02 | 258.26 | 0.96 | 0.62 |
| Hex | 7B | 43 | FB | 33 | 49 | 0 | 2 | 102 | 60 | 3E |
| Octal | 173 | 103 | 373 | 63 | 111 | 0 | 2 | 402 | 140 | 76 |
| Binary | 1111011 | 1000011 | 11111011 | 110011 | 1001001 | 0 | 10 | 100000010 | 1100000 | 111110 |
Color Harmonies of #7B43FB
Complementary color
Monochromatic Colors of #7B43FB
Black with #7B43FB
Text Example
Text Example
White with #7B43FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B43FB; }
p { color: rgb(123,67,251); }
H1.HeaderClassName
{
color: #7B43FB;
}
.AnyTagClassName
{
color: #7B43FB;
}
</style>
background-color css
<style>
a { background-color: #7B43FB; }
a { background-color: rgb(123,67,251); }
div.DivClassName
{
background-color: #7B43FB;
}
.BgClassName
{
background-color: #7B43FB;
}
</style>
border-color css
<style>
span { border-color: #7B43FB; }
span { border-color: rgb(123,67,251); }
td.TdClassName
{
border-color: #7B43FB;
}
.TagClassName
{
border-color: #7B43FB;
}
</style>