Shades of Medium Slate Blue #7B45F3
Tints of Medium Slate Blue #7B45F3
RGB
CMYK
RGB Variations
Color information
#7B45F3 (or 0x7B45F3) is known color: Medium Slate Blue. HEX triplet: 7B, 45 and F3. RGB value is (123,69,243). Sum of RGB (Red+Green+Blue) = 123+69+243=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #7B45F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B45F3 is #84BA0C. Grayscale: #686868. Windows color (decimal): -8698381 or 15943035. OLE color: 15943035.
HSL color Cylindrical-coordinate representation of color #7B45F3: hue angle of 258.62º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B45F3 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 69 | 243 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.05 |
| HSL | 258.62º | 0.88% | 0.61% | - |
| HSV(B) | 258.62º | 0.72% | 0.95% | - |
| XYZ | 26.47 | 14.94 | 86.28 | - |
| YUV | 104.98 | 205.89 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 243 | 0.49 | 0.72 | 0 | 0.05 | 258.62 | 0.88 | 0.61 |
| Hex | 7B | 45 | F3 | 31 | 48 | 0 | 5 | 103 | 58 | 3D |
| Octal | 173 | 105 | 363 | 61 | 110 | 0 | 5 | 403 | 130 | 75 |
| Binary | 1111011 | 1000101 | 11110011 | 110001 | 1001000 | 0 | 101 | 100000011 | 1011000 | 111101 |
Color Harmonies of #7B45F3
Complementary color
Monochromatic Colors of #7B45F3
Black with #7B45F3
Text Example
Text Example
White with #7B45F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B45F3; }
p { color: rgb(123,69,243); }
H1.HeaderClassName
{
color: #7B45F3;
}
.AnyTagClassName
{
color: #7B45F3;
}
</style>
background-color css
<style>
a { background-color: #7B45F3; }
a { background-color: rgb(123,69,243); }
div.DivClassName
{
background-color: #7B45F3;
}
.BgClassName
{
background-color: #7B45F3;
}
</style>
border-color css
<style>
span { border-color: #7B45F3; }
span { border-color: rgb(123,69,243); }
td.TdClassName
{
border-color: #7B45F3;
}
.TagClassName
{
border-color: #7B45F3;
}
</style>