Shades of Medium Slate Blue #7B62D9
Tints of Medium Slate Blue #7B62D9
RGB
CMYK
RGB Variations
Color information
#7B62D9 (or 0x7B62D9) is known color: Medium Slate Blue. HEX triplet: 7B, 62 and D9. RGB value is (123,98,217). Sum of RGB (Red+Green+Blue) = 123+98+217=438 (58% of max value = 765). Red value is 123 (48.44% from 255 or 28.08% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 217 (85.16% from 255 or 49.54% from 438); Max value from RGB is 217 - color contains mainly: blue. Hex color #7B62D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B62D9 is #849D26. Grayscale: #767676. Windows color (decimal): -8690983 or 14246523. OLE color: 14246523.
HSL color Cylindrical-coordinate representation of color #7B62D9: hue angle of 252.61º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B62D9 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 98 | 217 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.15 |
| HSL | 252.61º | 0.61% | 0.62% | - |
| HSV(B) | 252.61º | 0.55% | 0.85% | - |
| XYZ | 25.06 | 17.96 | 67.79 | - |
| YUV | 119.04 | 183.28 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 98 | 217 | 0.43 | 0.55 | 0 | 0.15 | 252.61 | 0.61 | 0.62 |
| Hex | 7B | 62 | D9 | 2B | 37 | 0 | F | FD | 3D | 3E |
| Octal | 173 | 142 | 331 | 53 | 67 | 0 | 17 | 375 | 75 | 76 |
| Binary | 1111011 | 1100010 | 11011001 | 101011 | 110111 | 0 | 1111 | 11111101 | 111101 | 111110 |
Color Harmonies of #7B62D9
Complementary color
Monochromatic Colors of #7B62D9
Black with #7B62D9
Text Example
Text Example
White with #7B62D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B62D9; }
p { color: rgb(123,98,217); }
H1.HeaderClassName
{
color: #7B62D9;
}
.AnyTagClassName
{
color: #7B62D9;
}
</style>
background-color css
<style>
a { background-color: #7B62D9; }
a { background-color: rgb(123,98,217); }
div.DivClassName
{
background-color: #7B62D9;
}
.BgClassName
{
background-color: #7B62D9;
}
</style>
border-color css
<style>
span { border-color: #7B62D9; }
span { border-color: rgb(123,98,217); }
td.TdClassName
{
border-color: #7B62D9;
}
.TagClassName
{
border-color: #7B62D9;
}
</style>