Shades of Medium Slate Blue #7C65EB
Tints of Medium Slate Blue #7C65EB
RGB
CMYK
RGB Variations
Color information
#7C65EB (or 0x7C65EB) is known color: Medium Slate Blue. HEX triplet: 7C, 65 and EB. RGB value is (124,101,235). Sum of RGB (Red+Green+Blue) = 124+101+235=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C65EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C65EB is #839A14. Grayscale: #7A7A7A. Windows color (decimal): -8624661 or 15426940. OLE color: 15426940.
HSL color Cylindrical-coordinate representation of color #7C65EB: hue angle of 250.3º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C65EB is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 101 | 235 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.08 |
| HSL | 250.3º | 0.77% | 0.66% | - |
| HSV(B) | 250.3º | 0.57% | 0.92% | - |
| XYZ | 27.96 | 19.59 | 80.9 | - |
| YUV | 123.15 | 191.12 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 235 | 0.47 | 0.57 | 0 | 0.08 | 250.3 | 0.77 | 0.66 |
| Hex | 7C | 65 | EB | 2F | 39 | 0 | 8 | FA | 4D | 42 |
| Octal | 174 | 145 | 353 | 57 | 71 | 0 | 10 | 372 | 115 | 102 |
| Binary | 1111100 | 1100101 | 11101011 | 101111 | 111001 | 0 | 1000 | 11111010 | 1001101 | 1000010 |
Color Harmonies of #7C65EB
Complementary color
Monochromatic Colors of #7C65EB
Black with #7C65EB
Text Example
Text Example
White with #7C65EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C65EB; }
p { color: rgb(124,101,235); }
H1.HeaderClassName
{
color: #7C65EB;
}
.AnyTagClassName
{
color: #7C65EB;
}
</style>
background-color css
<style>
a { background-color: #7C65EB; }
a { background-color: rgb(124,101,235); }
div.DivClassName
{
background-color: #7C65EB;
}
.BgClassName
{
background-color: #7C65EB;
}
</style>
border-color css
<style>
span { border-color: #7C65EB; }
span { border-color: rgb(124,101,235); }
td.TdClassName
{
border-color: #7C65EB;
}
.TagClassName
{
border-color: #7C65EB;
}
</style>