Shades of Medium Slate Blue #7C62DB
Tints of Medium Slate Blue #7C62DB
RGB
CMYK
RGB Variations
Color information
#7C62DB (or 0x7C62DB) is known color: Medium Slate Blue. HEX triplet: 7C, 62 and DB. RGB value is (124,98,219). Sum of RGB (Red+Green+Blue) = 124+98+219=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C62DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C62DB is #839D24. Grayscale: #777777. Windows color (decimal): -8625445 or 14377596. OLE color: 14377596.
HSL color Cylindrical-coordinate representation of color #7C62DB: hue angle of 252.89º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C62DB is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 98 | 219 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.14 |
| HSL | 252.89º | 0.63% | 0.62% | - |
| HSV(B) | 252.89º | 0.55% | 0.86% | - |
| XYZ | 25.47 | 18.13 | 69.18 | - |
| YUV | 119.57 | 184.11 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 219 | 0.43 | 0.55 | 0 | 0.14 | 252.89 | 0.63 | 0.62 |
| Hex | 7C | 62 | DB | 2B | 37 | 0 | E | FD | 3F | 3E |
| Octal | 174 | 142 | 333 | 53 | 67 | 0 | 16 | 375 | 77 | 76 |
| Binary | 1111100 | 1100010 | 11011011 | 101011 | 110111 | 0 | 1110 | 11111101 | 111111 | 111110 |
Color Harmonies of #7C62DB
Complementary color
Monochromatic Colors of #7C62DB
Black with #7C62DB
Text Example
Text Example
White with #7C62DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C62DB; }
p { color: rgb(124,98,219); }
H1.HeaderClassName
{
color: #7C62DB;
}
.AnyTagClassName
{
color: #7C62DB;
}
</style>
background-color css
<style>
a { background-color: #7C62DB; }
a { background-color: rgb(124,98,219); }
div.DivClassName
{
background-color: #7C62DB;
}
.BgClassName
{
background-color: #7C62DB;
}
</style>
border-color css
<style>
span { border-color: #7C62DB; }
span { border-color: rgb(124,98,219); }
td.TdClassName
{
border-color: #7C62DB;
}
.TagClassName
{
border-color: #7C62DB;
}
</style>