Shades of Medium Slate Blue #7B5CEA
Tints of Medium Slate Blue #7B5CEA
RGB
CMYK
RGB Variations
Color information
#7B5CEA (or 0x7B5CEA) is known color: Medium Slate Blue. HEX triplet: 7B, 5C and EA. RGB value is (123,92,234). Sum of RGB (Red+Green+Blue) = 123+92+234=449 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.39% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #7B5CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B5CEA is #84A315. Grayscale: #747474. Windows color (decimal): -8692502 or 15359099. OLE color: 15359099.
HSL color Cylindrical-coordinate representation of color #7B5CEA: hue angle of 253.1º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7B5CEA is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 92 | 234 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.08 |
| HSL | 253.1º | 0.77% | 0.64% | - |
| HSV(B) | 253.1º | 0.61% | 0.92% | - |
| XYZ | 26.85 | 17.81 | 79.86 | - |
| YUV | 117.46 | 193.77 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 234 | 0.47 | 0.61 | 0 | 0.08 | 253.1 | 0.77 | 0.64 |
| Hex | 7B | 5C | EA | 2F | 3D | 0 | 8 | FD | 4D | 40 |
| Octal | 173 | 134 | 352 | 57 | 75 | 0 | 10 | 375 | 115 | 100 |
| Binary | 1111011 | 1011100 | 11101010 | 101111 | 111101 | 0 | 1000 | 11111101 | 1001101 | 1000000 |
Color Harmonies of #7B5CEA
Complementary color
Monochromatic Colors of #7B5CEA
Black with #7B5CEA
Text Example
Text Example
White with #7B5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5CEA; }
p { color: rgb(123,92,234); }
H1.HeaderClassName
{
color: #7B5CEA;
}
.AnyTagClassName
{
color: #7B5CEA;
}
</style>
background-color css
<style>
a { background-color: #7B5CEA; }
a { background-color: rgb(123,92,234); }
div.DivClassName
{
background-color: #7B5CEA;
}
.BgClassName
{
background-color: #7B5CEA;
}
</style>
border-color css
<style>
span { border-color: #7B5CEA; }
span { border-color: rgb(123,92,234); }
td.TdClassName
{
border-color: #7B5CEA;
}
.TagClassName
{
border-color: #7B5CEA;
}
</style>