Shades of Medium Slate Blue #7A65FA
Tints of Medium Slate Blue #7A65FA
RGB
CMYK
RGB Variations
Color information
#7A65FA (or 0x7A65FA) is known color: Medium Slate Blue. HEX triplet: 7A, 65 and FA. RGB value is (122,101,250). Sum of RGB (Red+Green+Blue) = 122+101+250=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #7A65FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A65FA is #859A05. Grayscale: #7B7B7B. Windows color (decimal): -8755718 or 16409978. OLE color: 16409978.
HSL color Cylindrical-coordinate representation of color #7A65FA: hue angle of 248.46º 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 #7A65FA is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 101 | 250 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.02 |
| HSL | 248.46º | 0.94% | 0.69% | - |
| HSV(B) | 248.46º | 0.6% | 0.98% | - |
| XYZ | 29.94 | 20.35 | 92.79 | - |
| YUV | 124.27 | 198.96 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 250 | 0.51 | 0.60 | 0 | 0.02 | 248.46 | 0.94 | 0.69 |
| Hex | 7A | 65 | FA | 33 | 3C | 0 | 2 | F8 | 5E | 45 |
| Octal | 172 | 145 | 372 | 63 | 74 | 0 | 2 | 370 | 136 | 105 |
| Binary | 1111010 | 1100101 | 11111010 | 110011 | 111100 | 0 | 10 | 11111000 | 1011110 | 1000101 |
Color Harmonies of #7A65FA
Complementary color
Monochromatic Colors of #7A65FA
Black with #7A65FA
Text Example
Text Example
White with #7A65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A65FA; }
p { color: rgb(122,101,250); }
H1.HeaderClassName
{
color: #7A65FA;
}
.AnyTagClassName
{
color: #7A65FA;
}
</style>
background-color css
<style>
a { background-color: #7A65FA; }
a { background-color: rgb(122,101,250); }
div.DivClassName
{
background-color: #7A65FA;
}
.BgClassName
{
background-color: #7A65FA;
}
</style>
border-color css
<style>
span { border-color: #7A65FA; }
span { border-color: rgb(122,101,250); }
td.TdClassName
{
border-color: #7A65FA;
}
.TagClassName
{
border-color: #7A65FA;
}
</style>