Shades of Medium Slate Blue #7B5FDC
Tints of Medium Slate Blue #7B5FDC
RGB
CMYK
RGB Variations
Color information
#7B5FDC (or 0x7B5FDC) is known color: Medium Slate Blue. HEX triplet: 7B, 5F and DC. RGB value is (123,95,220). Sum of RGB (Red+Green+Blue) = 123+95+220=438 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.08% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B5FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5FDC is #84A023. Grayscale: #757575. Windows color (decimal): -8691748 or 14442363. OLE color: 14442363.
HSL color Cylindrical-coordinate representation of color #7B5FDC: hue angle of 253.44º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B5FDC is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 95 | 220 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.14 |
| HSL | 253.44º | 0.64% | 0.62% | - |
| HSV(B) | 253.44º | 0.57% | 0.86% | - |
| XYZ | 25.18 | 17.56 | 69.77 | - |
| YUV | 117.62 | 185.78 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 95 | 220 | 0.44 | 0.57 | 0 | 0.14 | 253.44 | 0.64 | 0.62 |
| Hex | 7B | 5F | DC | 2C | 39 | 0 | E | FD | 40 | 3E |
| Octal | 173 | 137 | 334 | 54 | 71 | 0 | 16 | 375 | 100 | 76 |
| Binary | 1111011 | 1011111 | 11011100 | 101100 | 111001 | 0 | 1110 | 11111101 | 1000000 | 111110 |
Color Harmonies of #7B5FDC
Complementary color
Monochromatic Colors of #7B5FDC
Black with #7B5FDC
Text Example
Text Example
White with #7B5FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5FDC; }
p { color: rgb(123,95,220); }
H1.HeaderClassName
{
color: #7B5FDC;
}
.AnyTagClassName
{
color: #7B5FDC;
}
</style>
background-color css
<style>
a { background-color: #7B5FDC; }
a { background-color: rgb(123,95,220); }
div.DivClassName
{
background-color: #7B5FDC;
}
.BgClassName
{
background-color: #7B5FDC;
}
</style>
border-color css
<style>
span { border-color: #7B5FDC; }
span { border-color: rgb(123,95,220); }
td.TdClassName
{
border-color: #7B5FDC;
}
.TagClassName
{
border-color: #7B5FDC;
}
</style>