Shades of Medium Slate Blue #7B5ADF
Tints of Medium Slate Blue #7B5ADF
RGB
CMYK
RGB Variations
Color information
#7B5ADF (or 0x7B5ADF) is known color: Medium Slate Blue. HEX triplet: 7B, 5A and DF. RGB value is (123,90,223). Sum of RGB (Red+Green+Blue) = 123+90+223=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #7B5ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ADF is #84A520. Grayscale: #727272. Windows color (decimal): -8693025 or 14637691. OLE color: 14637691.
HSL color Cylindrical-coordinate representation of color #7B5ADF: hue angle of 254.89º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B5ADF is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 90 | 223 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.13 |
| HSL | 254.89º | 0.68% | 0.61% | - |
| HSV(B) | 254.89º | 0.6% | 0.87% | - |
| XYZ | 25.14 | 16.85 | 71.74 | - |
| YUV | 115.03 | 188.93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 223 | 0.45 | 0.60 | 0 | 0.13 | 254.89 | 0.68 | 0.61 |
| Hex | 7B | 5A | DF | 2D | 3C | 0 | D | FF | 44 | 3D |
| Octal | 173 | 132 | 337 | 55 | 74 | 0 | 15 | 377 | 104 | 75 |
| Binary | 1111011 | 1011010 | 11011111 | 101101 | 111100 | 0 | 1101 | 11111111 | 1000100 | 111101 |
Color Harmonies of #7B5ADF
Complementary color
Monochromatic Colors of #7B5ADF
Black with #7B5ADF
Text Example
Text Example
White with #7B5ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5ADF; }
p { color: rgb(123,90,223); }
H1.HeaderClassName
{
color: #7B5ADF;
}
.AnyTagClassName
{
color: #7B5ADF;
}
</style>
background-color css
<style>
a { background-color: #7B5ADF; }
a { background-color: rgb(123,90,223); }
div.DivClassName
{
background-color: #7B5ADF;
}
.BgClassName
{
background-color: #7B5ADF;
}
</style>
border-color css
<style>
span { border-color: #7B5ADF; }
span { border-color: rgb(123,90,223); }
td.TdClassName
{
border-color: #7B5ADF;
}
.TagClassName
{
border-color: #7B5ADF;
}
</style>