Shades of Medium Slate Blue #7B5CDC
Tints of Medium Slate Blue #7B5CDC
RGB
CMYK
RGB Variations
Color information
#7B5CDC (or 0x7B5CDC) is known color: Medium Slate Blue. HEX triplet: 7B, 5C and DC. RGB value is (123,92,220). Sum of RGB (Red+Green+Blue) = 123+92+220=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B5CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5CDC is #84A323. Grayscale: #737373. Windows color (decimal): -8692516 or 14441595. OLE color: 14441595.
HSL color Cylindrical-coordinate representation of color #7B5CDC: hue angle of 254.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B5CDC is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 92 | 220 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.14 |
| HSL | 254.53º | 0.65% | 0.61% | - |
| HSV(B) | 254.53º | 0.58% | 0.86% | - |
| XYZ | 24.91 | 17.03 | 69.68 | - |
| YUV | 115.86 | 186.77 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 92 | 220 | 0.44 | 0.58 | 0 | 0.14 | 254.53 | 0.65 | 0.61 |
| Hex | 7B | 5C | DC | 2C | 3A | 0 | E | FF | 41 | 3D |
| Octal | 173 | 134 | 334 | 54 | 72 | 0 | 16 | 377 | 101 | 75 |
| Binary | 1111011 | 1011100 | 11011100 | 101100 | 111010 | 0 | 1110 | 11111111 | 1000001 | 111101 |
Color Harmonies of #7B5CDC
Complementary color
Monochromatic Colors of #7B5CDC
Black with #7B5CDC
Text Example
Text Example
White with #7B5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5CDC; }
p { color: rgb(123,92,220); }
H1.HeaderClassName
{
color: #7B5CDC;
}
.AnyTagClassName
{
color: #7B5CDC;
}
</style>
background-color css
<style>
a { background-color: #7B5CDC; }
a { background-color: rgb(123,92,220); }
div.DivClassName
{
background-color: #7B5CDC;
}
.BgClassName
{
background-color: #7B5CDC;
}
</style>
border-color css
<style>
span { border-color: #7B5CDC; }
span { border-color: rgb(123,92,220); }
td.TdClassName
{
border-color: #7B5CDC;
}
.TagClassName
{
border-color: #7B5CDC;
}
</style>