Shades of Medium Slate Blue #7A65DF
Tints of Medium Slate Blue #7A65DF
RGB
CMYK
RGB Variations
Color information
#7A65DF (or 0x7A65DF) is known color: Medium Slate Blue. HEX triplet: 7A, 65 and DF. RGB value is (122,101,223). Sum of RGB (Red+Green+Blue) = 122+101+223=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A65DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A65DF is #859A20. Grayscale: #787878. Windows color (decimal): -8755745 or 14640506. OLE color: 14640506.
HSL color Cylindrical-coordinate representation of color #7A65DF: hue angle of 250.33º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A65DF is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 101 | 223 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.13 |
| HSL | 250.33º | 0.66% | 0.64% | - |
| HSV(B) | 250.33º | 0.55% | 0.87% | - |
| XYZ | 26 | 18.77 | 72.07 | - |
| YUV | 121.19 | 185.46 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 223 | 0.45 | 0.55 | 0 | 0.13 | 250.33 | 0.66 | 0.64 |
| Hex | 7A | 65 | DF | 2D | 37 | 0 | D | FA | 42 | 40 |
| Octal | 172 | 145 | 337 | 55 | 67 | 0 | 15 | 372 | 102 | 100 |
| Binary | 1111010 | 1100101 | 11011111 | 101101 | 110111 | 0 | 1101 | 11111010 | 1000010 | 1000000 |
Color Harmonies of #7A65DF
Complementary color
Monochromatic Colors of #7A65DF
Black with #7A65DF
Text Example
Text Example
White with #7A65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A65DF; }
p { color: rgb(122,101,223); }
H1.HeaderClassName
{
color: #7A65DF;
}
.AnyTagClassName
{
color: #7A65DF;
}
</style>
background-color css
<style>
a { background-color: #7A65DF; }
a { background-color: rgb(122,101,223); }
div.DivClassName
{
background-color: #7A65DF;
}
.BgClassName
{
background-color: #7A65DF;
}
</style>
border-color css
<style>
span { border-color: #7A65DF; }
span { border-color: rgb(122,101,223); }
td.TdClassName
{
border-color: #7A65DF;
}
.TagClassName
{
border-color: #7A65DF;
}
</style>