Shades of Medium Slate Blue #7C67DA
Tints of Medium Slate Blue #7C67DA
RGB
CMYK
RGB Variations
Color information
#7C67DA (or 0x7C67DA) is known color: Medium Slate Blue. HEX triplet: 7C, 67 and DA. RGB value is (124,103,218). Sum of RGB (Red+Green+Blue) = 124+103+218=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 103 (40.62% from 255 or 23.15% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #7C67DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C67DA is #839825. Grayscale: #797979. Windows color (decimal): -8624166 or 14313340. OLE color: 14313340.
HSL color Cylindrical-coordinate representation of color #7C67DA: hue angle of 250.96º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C67DA is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 103 | 218 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.15 |
| HSL | 250.96º | 0.61% | 0.63% | - |
| HSV(B) | 250.96º | 0.53% | 0.85% | - |
| XYZ | 25.82 | 19.05 | 68.65 | - |
| YUV | 122.39 | 181.96 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 218 | 0.43 | 0.53 | 0 | 0.15 | 250.96 | 0.61 | 0.63 |
| Hex | 7C | 67 | DA | 2B | 35 | 0 | F | FB | 3D | 3F |
| Octal | 174 | 147 | 332 | 53 | 65 | 0 | 17 | 373 | 75 | 77 |
| Binary | 1111100 | 1100111 | 11011010 | 101011 | 110101 | 0 | 1111 | 11111011 | 111101 | 111111 |
Color Harmonies of #7C67DA
Complementary color
Monochromatic Colors of #7C67DA
Black with #7C67DA
Text Example
Text Example
White with #7C67DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C67DA; }
p { color: rgb(124,103,218); }
H1.HeaderClassName
{
color: #7C67DA;
}
.AnyTagClassName
{
color: #7C67DA;
}
</style>
background-color css
<style>
a { background-color: #7C67DA; }
a { background-color: rgb(124,103,218); }
div.DivClassName
{
background-color: #7C67DA;
}
.BgClassName
{
background-color: #7C67DA;
}
</style>
border-color css
<style>
span { border-color: #7C67DA; }
span { border-color: rgb(124,103,218); }
td.TdClassName
{
border-color: #7C67DA;
}
.TagClassName
{
border-color: #7C67DA;
}
</style>