Shades of Medium Slate Blue #7B63DC
Tints of Medium Slate Blue #7B63DC
RGB
CMYK
RGB Variations
Color information
#7B63DC (or 0x7B63DC) is known color: Medium Slate Blue. HEX triplet: 7B, 63 and DC. RGB value is (123,99,220). Sum of RGB (Red+Green+Blue) = 123+99+220=442 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.83% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B63DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B63DC is #849C23. Grayscale: #777777. Windows color (decimal): -8690724 or 14443387. OLE color: 14443387.
HSL color Cylindrical-coordinate representation of color #7B63DC: hue angle of 251.9º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B63DC is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 99 | 220 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.14 |
| HSL | 251.9º | 0.63% | 0.63% | - |
| HSV(B) | 251.9º | 0.55% | 0.86% | - |
| XYZ | 25.55 | 18.3 | 69.9 | - |
| YUV | 119.97 | 184.45 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 220 | 0.44 | 0.55 | 0 | 0.14 | 251.9 | 0.63 | 0.63 |
| Hex | 7B | 63 | DC | 2C | 37 | 0 | E | FC | 3F | 3F |
| Octal | 173 | 143 | 334 | 54 | 67 | 0 | 16 | 374 | 77 | 77 |
| Binary | 1111011 | 1100011 | 11011100 | 101100 | 110111 | 0 | 1110 | 11111100 | 111111 | 111111 |
Color Harmonies of #7B63DC
Complementary color
Monochromatic Colors of #7B63DC
Black with #7B63DC
Text Example
Text Example
White with #7B63DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B63DC; }
p { color: rgb(123,99,220); }
H1.HeaderClassName
{
color: #7B63DC;
}
.AnyTagClassName
{
color: #7B63DC;
}
</style>
background-color css
<style>
a { background-color: #7B63DC; }
a { background-color: rgb(123,99,220); }
div.DivClassName
{
background-color: #7B63DC;
}
.BgClassName
{
background-color: #7B63DC;
}
</style>
border-color css
<style>
span { border-color: #7B63DC; }
span { border-color: rgb(123,99,220); }
td.TdClassName
{
border-color: #7B63DC;
}
.TagClassName
{
border-color: #7B63DC;
}
</style>