Shades of Medium Slate Blue #7B45F9
Tints of Medium Slate Blue #7B45F9
RGB
CMYK
RGB Variations
Color information
#7B45F9 (or 0x7B45F9) is known color: Medium Slate Blue. HEX triplet: 7B, 45 and F9. RGB value is (123,69,249). Sum of RGB (Red+Green+Blue) = 123+69+249=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #7B45F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B45F9 is #84BA06. Grayscale: #696969. Windows color (decimal): -8698375 or 16336251. OLE color: 16336251.
HSL color Cylindrical-coordinate representation of color #7B45F9: hue angle of 258º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B45F9 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 69 | 249 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.02 |
| HSL | 258º | 0.94% | 0.62% | - |
| HSV(B) | 258º | 0.72% | 0.98% | - |
| XYZ | 27.4 | 15.31 | 91.13 | - |
| YUV | 105.67 | 208.89 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 249 | 0.51 | 0.72 | 0 | 0.02 | 258 | 0.94 | 0.62 |
| Hex | 7B | 45 | F9 | 33 | 48 | 0 | 2 | 102 | 5E | 3E |
| Octal | 173 | 105 | 371 | 63 | 110 | 0 | 2 | 402 | 136 | 76 |
| Binary | 1111011 | 1000101 | 11111001 | 110011 | 1001000 | 0 | 10 | 100000010 | 1011110 | 111110 |
Color Harmonies of #7B45F9
Complementary color
Monochromatic Colors of #7B45F9
Black with #7B45F9
Text Example
Text Example
White with #7B45F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B45F9; }
p { color: rgb(123,69,249); }
H1.HeaderClassName
{
color: #7B45F9;
}
.AnyTagClassName
{
color: #7B45F9;
}
</style>
background-color css
<style>
a { background-color: #7B45F9; }
a { background-color: rgb(123,69,249); }
div.DivClassName
{
background-color: #7B45F9;
}
.BgClassName
{
background-color: #7B45F9;
}
</style>
border-color css
<style>
span { border-color: #7B45F9; }
span { border-color: rgb(123,69,249); }
td.TdClassName
{
border-color: #7B45F9;
}
.TagClassName
{
border-color: #7B45F9;
}
</style>