Shades of Medium Slate Blue #7C65FA
Tints of Medium Slate Blue #7C65FA
RGB
CMYK
RGB Variations
Color information
#7C65FA (or 0x7C65FA) is known color: Medium Slate Blue. HEX triplet: 7C, 65 and FA. RGB value is (124,101,250). Sum of RGB (Red+Green+Blue) = 124+101+250=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #7C65FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C65FA is #839A05. Grayscale: #7C7C7C. Windows color (decimal): -8624646 or 16409980. OLE color: 16409980.
HSL color Cylindrical-coordinate representation of color #7C65FA: hue angle of 249.26º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C65FA is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 101 | 250 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.02 |
| HSL | 249.26º | 0.94% | 0.69% | - |
| HSV(B) | 249.26º | 0.6% | 0.98% | - |
| XYZ | 30.22 | 20.49 | 92.81 | - |
| YUV | 124.86 | 198.62 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 250 | 0.50 | 0.60 | 0 | 0.02 | 249.26 | 0.94 | 0.69 |
| Hex | 7C | 65 | FA | 32 | 3C | 0 | 2 | F9 | 5E | 45 |
| Octal | 174 | 145 | 372 | 62 | 74 | 0 | 2 | 371 | 136 | 105 |
| Binary | 1111100 | 1100101 | 11111010 | 110010 | 111100 | 0 | 10 | 11111001 | 1011110 | 1000101 |
Color Harmonies of #7C65FA
Complementary color
Monochromatic Colors of #7C65FA
Black with #7C65FA
Text Example
Text Example
White with #7C65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C65FA; }
p { color: rgb(124,101,250); }
H1.HeaderClassName
{
color: #7C65FA;
}
.AnyTagClassName
{
color: #7C65FA;
}
</style>
background-color css
<style>
a { background-color: #7C65FA; }
a { background-color: rgb(124,101,250); }
div.DivClassName
{
background-color: #7C65FA;
}
.BgClassName
{
background-color: #7C65FA;
}
</style>
border-color css
<style>
span { border-color: #7C65FA; }
span { border-color: rgb(124,101,250); }
td.TdClassName
{
border-color: #7C65FA;
}
.TagClassName
{
border-color: #7C65FA;
}
</style>