Shades of Medium Slate Blue #7D67E4
Tints of Medium Slate Blue #7D67E4
RGB
CMYK
RGB Variations
Color information
#7D67E4 (or 0x7D67E4) is known color: Medium Slate Blue. HEX triplet: 7D, 67 and E4. RGB value is (125,103,228). Sum of RGB (Red+Green+Blue) = 125+103+228=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #7D67E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D67E4 is #82981B. Grayscale: #7B7B7B. Windows color (decimal): -8558620 or 14968701. OLE color: 14968701.
HSL color Cylindrical-coordinate representation of color #7D67E4: hue angle of 250.56º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D67E4 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 125 | 103 | 228 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.11 |
| HSL | 250.56º | 0.7% | 0.65% | - |
| HSV(B) | 250.56º | 0.55% | 0.89% | - |
| XYZ | 27.31 | 19.66 | 75.75 | - |
| YUV | 123.83 | 186.79 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 228 | 0.45 | 0.55 | 0 | 0.11 | 250.56 | 0.7 | 0.65 |
| Hex | 7D | 67 | E4 | 2D | 37 | 0 | B | FB | 46 | 41 |
| Octal | 175 | 147 | 344 | 55 | 67 | 0 | 13 | 373 | 106 | 101 |
| Binary | 1111101 | 1100111 | 11100100 | 101101 | 110111 | 0 | 1011 | 11111011 | 1000110 | 1000001 |
Color Harmonies of #7D67E4
Complementary color
Monochromatic Colors of #7D67E4
Black with #7D67E4
Text Example
Text Example
White with #7D67E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D67E4; }
p { color: rgb(125,103,228); }
H1.HeaderClassName
{
color: #7D67E4;
}
.AnyTagClassName
{
color: #7D67E4;
}
</style>
background-color css
<style>
a { background-color: #7D67E4; }
a { background-color: rgb(125,103,228); }
div.DivClassName
{
background-color: #7D67E4;
}
.BgClassName
{
background-color: #7D67E4;
}
</style>
border-color css
<style>
span { border-color: #7D67E4; }
span { border-color: rgb(125,103,228); }
td.TdClassName
{
border-color: #7D67E4;
}
.TagClassName
{
border-color: #7D67E4;
}
</style>