Shades of Medium Slate Blue #7B5CF0
Tints of Medium Slate Blue #7B5CF0
RGB
CMYK
RGB Variations
Color information
#7B5CF0 (or 0x7B5CF0) is known color: Medium Slate Blue. HEX triplet: 7B, 5C and F0. RGB value is (123,92,240). Sum of RGB (Red+Green+Blue) = 123+92+240=455 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.03% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #7B5CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5CF0 is #84A30F. Grayscale: #757575. Windows color (decimal): -8692496 or 15752315. OLE color: 15752315.
HSL color Cylindrical-coordinate representation of color #7B5CF0: hue angle of 252.57º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B5CF0 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 92 | 240 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.06 |
| HSL | 252.57º | 0.83% | 0.65% | - |
| HSV(B) | 252.57º | 0.62% | 0.94% | - |
| XYZ | 27.72 | 18.16 | 84.48 | - |
| YUV | 118.14 | 196.77 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 240 | 0.49 | 0.62 | 0 | 0.06 | 252.57 | 0.83 | 0.65 |
| Hex | 7B | 5C | F0 | 31 | 3E | 0 | 6 | FD | 53 | 41 |
| Octal | 173 | 134 | 360 | 61 | 76 | 0 | 6 | 375 | 123 | 101 |
| Binary | 1111011 | 1011100 | 11110000 | 110001 | 111110 | 0 | 110 | 11111101 | 1010011 | 1000001 |
Color Harmonies of #7B5CF0
Complementary color
Monochromatic Colors of #7B5CF0
Black with #7B5CF0
Text Example
Text Example
White with #7B5CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5CF0; }
p { color: rgb(123,92,240); }
H1.HeaderClassName
{
color: #7B5CF0;
}
.AnyTagClassName
{
color: #7B5CF0;
}
</style>
background-color css
<style>
a { background-color: #7B5CF0; }
a { background-color: rgb(123,92,240); }
div.DivClassName
{
background-color: #7B5CF0;
}
.BgClassName
{
background-color: #7B5CF0;
}
</style>
border-color css
<style>
span { border-color: #7B5CF0; }
span { border-color: rgb(123,92,240); }
td.TdClassName
{
border-color: #7B5CF0;
}
.TagClassName
{
border-color: #7B5CF0;
}
</style>