Shades of Medium Slate Blue #7D68EA
Tints of Medium Slate Blue #7D68EA
RGB
CMYK
RGB Variations
Color information
#7D68EA (or 0x7D68EA) is known color: Medium Slate Blue. HEX triplet: 7D, 68 and EA. RGB value is (125,104,234). Sum of RGB (Red+Green+Blue) = 125+104+234=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D68EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D68EA is #829715. Grayscale: #7C7C7C. Windows color (decimal): -8558358 or 15362173. OLE color: 15362173.
HSL color Cylindrical-coordinate representation of color #7D68EA: hue angle of 249.69º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D68EA is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 104 | 234 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.08 |
| HSL | 249.69º | 0.76% | 0.66% | - |
| HSV(B) | 249.69º | 0.56% | 0.92% | - |
| XYZ | 28.26 | 20.2 | 80.25 | - |
| YUV | 125.1 | 189.46 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 234 | 0.47 | 0.56 | 0 | 0.08 | 249.69 | 0.76 | 0.66 |
| Hex | 7D | 68 | EA | 2F | 38 | 0 | 8 | FA | 4C | 42 |
| Octal | 175 | 150 | 352 | 57 | 70 | 0 | 10 | 372 | 114 | 102 |
| Binary | 1111101 | 1101000 | 11101010 | 101111 | 111000 | 0 | 1000 | 11111010 | 1001100 | 1000010 |
Color Harmonies of #7D68EA
Complementary color
Monochromatic Colors of #7D68EA
Black with #7D68EA
Text Example
Text Example
White with #7D68EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D68EA; }
p { color: rgb(125,104,234); }
H1.HeaderClassName
{
color: #7D68EA;
}
.AnyTagClassName
{
color: #7D68EA;
}
</style>
background-color css
<style>
a { background-color: #7D68EA; }
a { background-color: rgb(125,104,234); }
div.DivClassName
{
background-color: #7D68EA;
}
.BgClassName
{
background-color: #7D68EA;
}
</style>
border-color css
<style>
span { border-color: #7D68EA; }
span { border-color: rgb(125,104,234); }
td.TdClassName
{
border-color: #7D68EA;
}
.TagClassName
{
border-color: #7D68EA;
}
</style>